reformat settingsdialog.cpp
just pushing this to test auto build/deploy :kkona:
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user