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 <QFont>
|
||||||
#include <QFontDialog>
|
#include <QFontDialog>
|
||||||
#include <QFormLayout>
|
#include <QFormLayout>
|
||||||
|
#include <QGraphicsScene>
|
||||||
|
#include <QGraphicsView>
|
||||||
#include <QGroupBox>
|
#include <QGroupBox>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QListWidget>
|
#include <QListWidget>
|
||||||
|
@ -23,8 +25,6 @@
|
||||||
#include <QResource>
|
#include <QResource>
|
||||||
#include <QTextEdit>
|
#include <QTextEdit>
|
||||||
#include <QtSvg>
|
#include <QtSvg>
|
||||||
#include <QGraphicsScene>
|
|
||||||
#include <QGraphicsView>
|
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace widgets {
|
namespace widgets {
|
||||||
|
@ -486,7 +486,6 @@ QVBoxLayout *SettingsDialog::createAboutTab()
|
||||||
return layout;
|
return layout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QVBoxLayout *SettingsDialog::createIgnoredUsersTab()
|
QVBoxLayout *SettingsDialog::createIgnoredUsersTab()
|
||||||
{
|
{
|
||||||
auto layout = this->createTabLayout();
|
auto layout = this->createTabLayout();
|
||||||
|
|
Loading…
Reference in a new issue