1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-11 16:20:46 +00:00

Temporarily show appDirPath

This commit is contained in:
Mark Watkins 2011-12-17 18:44:56 +10:00
parent 1531436c4e
commit eda531a6fd

View File

@ -229,6 +229,9 @@ void MainWindow::Startup()
if (overview) overview->ReloadGraphs(); if (overview) overview->ReloadGraphs();
qprogress->hide(); qprogress->hide();
qstatus->setText(""); qstatus->setText("");
qDebug() << "applicationDirPath =" << QApplication::applicationDirPath();
qDebug() << "applicationFilePath =" << QApplication::applicationFilePath();
} }
void MainWindow::on_action_Import_Data_triggered() void MainWindow::on_action_Import_Data_triggered()