mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Temporarily show appDirPath
This commit is contained in:
parent
1531436c4e
commit
eda531a6fd
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user