diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-28 20:06:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-28 20:06:11 +0300 |
commit | be9b998b2ee87c0238c2ed1b41c8c2bc723f4ce4 (patch) | |
tree | 30427f083bce1d1a67ab3ad17d33a87ee9b21565 /src/gui/widgets/tabs/setup_relations.h | |
parent | 861c503c608b41256bca47dedee15dc01e09527d (diff) | |
download | plus-be9b998b2ee87c0238c2ed1b41c8c2bc723f4ce4.tar.gz plus-be9b998b2ee87c0238c2ed1b41c8c2bc723f4ce4.tar.bz2 plus-be9b998b2ee87c0238c2ed1b41c8c2bc723f4ce4.tar.xz plus-be9b998b2ee87c0238c2ed1b41c8c2bc723f4ce4.zip |
Fix formatting in gui files.
Diffstat (limited to 'src/gui/widgets/tabs/setup_relations.h')
-rw-r--r-- | src/gui/widgets/tabs/setup_relations.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/gui/widgets/tabs/setup_relations.h b/src/gui/widgets/tabs/setup_relations.h index 9fc197ffc..7d133f9c9 100644 --- a/src/gui/widgets/tabs/setup_relations.h +++ b/src/gui/widgets/tabs/setup_relations.h @@ -41,41 +41,41 @@ class StaticTableModel; class Setup_Relations final : public SetupTab, public PlayerRelationsListener { -public: - explicit Setup_Relations(const Widget2 *const widget); + public: + explicit Setup_Relations(const Widget2 *const widget); - A_DELETE_COPY(Setup_Relations) + A_DELETE_COPY(Setup_Relations) - ~Setup_Relations(); + ~Setup_Relations(); - void apply() override final; + void apply() override final; - void cancel() override final; + void cancel() override final; - void reset(); + void reset(); - void action(const ActionEvent &event) override final; + void action(const ActionEvent &event) override final; - void updatedPlayer(const std::string &name); + void updatedPlayer(const std::string &name); - void updateAll(); + void updateAll(); - void externalUpdated() override final; + void externalUpdated() override final; -private: - StaticTableModel *mPlayerTableTitleModel; - PlayerTableModel *mPlayerTableModel; - GuiTable *mPlayerTable; - GuiTable *mPlayerTitleTable; - ScrollArea *mPlayerScrollArea; + private: + StaticTableModel *mPlayerTableTitleModel; + PlayerTableModel *mPlayerTableModel; + GuiTable *mPlayerTable; + GuiTable *mPlayerTitleTable; + ScrollArea *mPlayerScrollArea; - CheckBox *mDefaultTrading; - CheckBox *mDefaultWhisper; + CheckBox *mDefaultTrading; + CheckBox *mDefaultWhisper; - Button *mDeleteButton; + Button *mDeleteButton; - ListModel *mIgnoreActionChoicesModel; - DropDown *mIgnoreActionChoicesBox; + ListModel *mIgnoreActionChoicesModel; + DropDown *mIgnoreActionChoicesBox; }; #endif // GUI_WIDGETS_TABS_SETUP_RELATIONS_H |