mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Reformat src/widgets/settingspages/PluginsPage.hpp
This commit is contained in:
parent
6cf2996af2
commit
bc8ae8172f
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||||
# include "util/LayoutCreator.hpp"
|
# include "util/LayoutCreator.hpp"
|
||||||
# include "widgets/settingspages/SettingsPage.hpp"
|
# include "widgets/settingspages/SettingsPage.hpp"
|
||||||
|
@ -23,5 +24,7 @@ private:
|
||||||
QGroupBox *generalGroup;
|
QGroupBox *generalGroup;
|
||||||
QFrame *dataFrame_;
|
QFrame *dataFrame_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace chatterino
|
} // namespace chatterino
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue