Changeset 8f25cb1 for src/gui/mainwindow.cpp
- Timestamp:
- 01/18/10 11:11:41 (13 years ago)
- Branches:
- master, qt5
- Children:
- 84b9c07
- Parents:
- 27102d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r27102d5 r8f25cb1 88 88 if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) 89 89 { 90 QString currPath = QDir::currentPath(); 91 qDebug() << "current path: " << currPath; 90 92 qDebug() << "can't open " << file.fileName(); 91 93 return;
Note: See TracChangeset
for help on using the changeset viewer.