ToastFreeware
/
toast
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27102d5
)
current path print added
author
korrco
<korrco@localhost>
Mon, 18 Jan 2010 10:11:41 +0000
(10:11 +0000)
committer
korrco
<korrco@localhost>
Mon, 18 Jan 2010 10:11:41 +0000
(10:11 +0000)
src/gui/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/src/gui/mainwindow.cpp
b/src/gui/mainwindow.cpp
index 12dc2c29e98f2e99e03a57d1a5d901aff8e6fac5..09263da05f907ae24434df8c320dcb819e876db4 100644
(file)
--- a/
src/gui/mainwindow.cpp
+++ b/
src/gui/mainwindow.cpp
@@
-87,6
+87,8
@@
void MainWindow::importSchedule()
QFile file("../schedule.en.xml");
if (!file.open(QIODevice::ReadOnly | QIODevice::Text))
{
+ QString currPath = QDir::currentPath();
+ qDebug() << "current path: " << currPath;
qDebug() << "can't open " << file.fileName();
return;
}