GH-1053 split settings dialog creation to its own namespace
This commit is contained in:
parent
7f1320390c
commit
5f41886d76
8 changed files with 76 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue