diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-09 01:25:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-09 01:25:01 -0400 |
| commit | 99fdbb2539227cec4fab534efc7420cfc5ca1a92 (patch) | |
| tree | 4fe70561a85d86b65cc4c6725541767684af09a7 /src/pch.h | |
| parent | 73626b297904d50507bb7d5d1342120040e655e8 (diff) | |
| parent | d863e62c6e2f3c0daa50e16a0206f59558a7bb7e (diff) | |
Merge pull request #830 from isanae/settings-interface
Settings interface
Diffstat (limited to 'src/pch.h')
| -rw-r--r-- | src/pch.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,7 @@ #include <QDialogButtonBox> #include <QDir> #include <QDirIterator> +#include <QDockWidget> #include <QDragEnterEvent> #include <QDropEvent> #include <QElapsedTimer> @@ -189,6 +190,7 @@ #include <QSize> #include <QSizePolicy> #include <QSortFilterProxyModel> +#include <QSplitter> #include <QSpinBox> #include <QSplashScreen> #include <QSslSocket> |
