diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-02 23:24:27 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:09:47 -0400 |
| commit | b6b01a52db1877b16531137289641fb9be9833aa (patch) | |
| tree | 4822150ac91a22ec68fd8f63f29df296691c8f81 /src/mainwindow.h | |
| parent | a7df11a31d684cfc341fc401dc3a9449f2538084 (diff) | |
removed mentions of QSettings from main.cpp
added necessary member functions in Settings
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index aa49205d..7326425a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -103,6 +103,7 @@ namespace Ui { class MainWindow; } +class Settings; class MainWindow : public QMainWindow, public IUserInterface @@ -113,7 +114,7 @@ class MainWindow : public QMainWindow, public IUserInterface public: - explicit MainWindow(QSettings &initSettings, + explicit MainWindow(Settings &settings, OrganizerCore &organizerCore, PluginContainer &pluginContainer, QWidget *parent = 0); ~MainWindow(); |
