summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-07-05 02:29:41 +0200
committerPetr Mrázek <peterix@gmail.com>2015-07-05 02:29:41 +0200
commit5f41886d76c11fe8befe8d059c75dcb5bc11f78d (patch)
tree1d5917d7492014c52276528f5aafc6f7e7665872 /application/MainWindow.h
parent7f1320390c55e408a4b0081b2606eab3892a8148 (diff)
downloadMultiMC-5f41886d76c11fe8befe8d059c75dcb5bc11f78d.tar
MultiMC-5f41886d76c11fe8befe8d059c75dcb5bc11f78d.tar.gz
MultiMC-5f41886d76c11fe8befe8d059c75dcb5bc11f78d.tar.lz
MultiMC-5f41886d76c11fe8befe8d059c75dcb5bc11f78d.tar.xz
MultiMC-5f41886d76c11fe8befe8d059c75dcb5bc11f78d.zip
GH-1053 split settings dialog creation to its own namespace
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r--application/MainWindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h
index 505e5f13..7ef277db 100644
--- a/application/MainWindow.h
+++ b/application/MainWindow.h
@@ -33,7 +33,6 @@ class LabeledToolButton;
class QLabel;
class MinecraftLauncher;
class BaseProfilerFactory;
-class GenericPageProvider;
namespace Ui
{
@@ -180,7 +179,6 @@ private:
QToolButton *changeIconButton;
QToolButton *newsLabel;
- std::shared_ptr<GenericPageProvider> m_globalSettingsProvider;
std::shared_ptr<NewsChecker> m_newsChecker;
std::shared_ptr<NotificationChecker> m_notificationChecker;
std::shared_ptr<LaunchController> m_launchController;