From 08859deabc50d24ccf41d190b18c2366b90d110b Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 7 Jan 2018 17:28:42 +0100 Subject: [PATCH] reformat settingsdialog.cpp just pushing this to test auto build/deploy :kkona: --- src/widgets/settingsdialog.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/widgets/settingsdialog.cpp b/src/widgets/settingsdialog.cpp index 55ba38bda..9a7aa7a4d 100644 --- a/src/widgets/settingsdialog.cpp +++ b/src/widgets/settingsdialog.cpp @@ -16,6 +16,8 @@ #include #include #include +#include +#include #include #include #include @@ -23,8 +25,6 @@ #include #include #include -#include -#include namespace chatterino { namespace widgets { @@ -486,7 +486,6 @@ QVBoxLayout *SettingsDialog::createAboutTab() return layout; } - QVBoxLayout *SettingsDialog::createIgnoredUsersTab() { auto layout = this->createTabLayout();