Chatterino
chatterino2
src
widgets
settingspages
IgnoresPage.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
widgets/settingspages/SettingsPage.hpp
"
4
5
#include <QStringListModel>
6
7
class
QVBoxLayout;
8
9
namespace
chatterino
{
10
11
class
IgnoresPage
:
public
SettingsPage
12
{
13
public
:
14
IgnoresPage
();
15
16
void
onShow
()
final
;
17
18
private
:
19
QStringListModel userListModel_;
20
};
21
22
}
// namespace chatterino
chatterino::IgnoresPage
Definition:
IgnoresPage.hpp:11
chatterino::IgnoresPage::onShow
void onShow() final
Definition:
IgnoresPage.cpp:114
chatterino
Definition:
Application.cpp:48
chatterino::SettingsPage
Definition:
SettingsPage.hpp:49
chatterino::IgnoresPage::IgnoresPage
IgnoresPage()
Definition:
IgnoresPage.cpp:31
SettingsPage.hpp
Generated by
1.8.13