added highlights page again
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
#include "widgets/settingspages/settingspage.hpp"
|
||||
|
||||
class QPushButton;
|
||||
class QListWidget;
|
||||
|
||||
namespace chatterino {
|
||||
namespace widgets {
|
||||
namespace settingspages {
|
||||
@@ -10,6 +15,16 @@ class HighlightingPage : public SettingsPage
|
||||
{
|
||||
public:
|
||||
HighlightingPage();
|
||||
|
||||
private:
|
||||
QListWidget *highlightList;
|
||||
QPushButton *highlightAdd;
|
||||
QPushButton *highlightEdit;
|
||||
QPushButton *highlightRemove;
|
||||
|
||||
QTimer disabledUsersChangedTimer;
|
||||
|
||||
void addHighlightTabSignals();
|
||||
};
|
||||
|
||||
} // namespace settingspages
|
||||
|
||||
Reference in New Issue
Block a user