# | Line 11 | Line 11 | MainWindow::MainWindow(QWidget *parent) | |
---|---|---|
11 | ||
12 | this->AppDir=getOSIndependentAppPath(); | |
13 | ||
14 | < | this->myLogger = new Logger(); //start logger |
14 | > | this->myLogger = new Logger(this->AppDir); //start logger |
15 | ||
16 | this->myLogger->writeString("Detected AppDir: "+this->AppDir); | |
17 | this->myLogger->writeString("True app dir: "+QDir::currentPath()); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |