From eda531a6fd580f264f48e6a8f5644f4a7c01dc8f Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 17 Dec 2011 18:44:56 +1000 Subject: [PATCH] Temporarily show appDirPath --- mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index bba69560..8ade00ea 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -229,6 +229,9 @@ void MainWindow::Startup() if (overview) overview->ReloadGraphs(); qprogress->hide(); qstatus->setText(""); + qDebug() << "applicationDirPath =" << QApplication::applicationDirPath(); + qDebug() << "applicationFilePath =" << QApplication::applicationFilePath(); + } void MainWindow::on_action_Import_Data_triggered()