diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-20 23:47:46 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-20 23:47:46 +0200 |
commit | bc05ad30aa7c3da5d76947e82012f50466bb5d39 (patch) | |
tree | b74fb5c1cc7d73d930e555ad9427c3d4885379cb /gui/pages/global/AccountListPage.h | |
parent | e178284172396ee51acb77c2daa8135b4855c12b (diff) | |
download | MultiMC-bc05ad30aa7c3da5d76947e82012f50466bb5d39.tar MultiMC-bc05ad30aa7c3da5d76947e82012f50466bb5d39.tar.gz MultiMC-bc05ad30aa7c3da5d76947e82012f50466bb5d39.tar.lz MultiMC-bc05ad30aa7c3da5d76947e82012f50466bb5d39.tar.xz MultiMC-bc05ad30aa7c3da5d76947e82012f50466bb5d39.zip |
Rework the settings dialog. Rework all of it. Thoroughly.
Also introduces the ColumnResizer from:
https://github.com/agateau/columnresizer/
Diffstat (limited to 'gui/pages/global/AccountListPage.h')
-rw-r--r-- | gui/pages/global/AccountListPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages/global/AccountListPage.h b/gui/pages/global/AccountListPage.h index fd4724d1..fd2c96e3 100644 --- a/gui/pages/global/AccountListPage.h +++ b/gui/pages/global/AccountListPage.h @@ -29,7 +29,7 @@ class AccountListPage; class AuthenticateTask; -class AccountListPage : public QDialog, public BasePage +class AccountListPage : public QWidget, public BasePage { Q_OBJECT public: |