mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
reformat settingsdialog.cpp
just pushing this to test auto build/deploy :kkona:
This commit is contained in:
parent
1fab5adaf8
commit
08859deabc
1 changed files with 2 additions and 3 deletions
|
@ -16,6 +16,8 @@
|
|||
#include <QFont>
|
||||
#include <QFontDialog>
|
||||
#include <QFormLayout>
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsView>
|
||||
#include <QGroupBox>
|
||||
#include <QLabel>
|
||||
#include <QListWidget>
|
||||
|
@ -23,8 +25,6 @@
|
|||
#include <QResource>
|
||||
#include <QTextEdit>
|
||||
#include <QtSvg>
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsView>
|
||||
|
||||
namespace chatterino {
|
||||
namespace widgets {
|
||||
|
@ -486,7 +486,6 @@ QVBoxLayout *SettingsDialog::createAboutTab()
|
|||
return layout;
|
||||
}
|
||||
|
||||
|
||||
QVBoxLayout *SettingsDialog::createIgnoredUsersTab()
|
||||
{
|
||||
auto layout = this->createTabLayout();
|
||||
|
|
Loading…
Reference in a new issue