| # | Line 183 | Line 183 | private slots: | |
|---|---|---|
| 183 | private: | |
| 184 | Ui::MainWindow *ui; | |
| 185 | Logger *myLogger; | |
| 186 | – | QString AppDir; |
| 186 | QString workspaceLocation; //Workspace location | |
| 187 | QString workspaceWizardsLocation; //Workspace wizard location | |
| 188 | QString outputFolder; //Output folder | |
| # | Line 191 | Line 190 | private: | |
| 190 | int startedWindowWidth; | |
| 191 | int startedWindowHeight; | |
| 192 | #ifdef Q_OS_MAC | |
| 193 | < | bool useYesAsDefaultInClearButton; |
| 193 | > | bool useYesAsDefaultWhenRemovingItems; |
| 194 | #endif | |
| 195 | QLabel *itemsLoaded; | |
| 196 | QProgressBar *myBar; //Progress Bar | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |