Chatterino
NotificationPage.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 class QPushButton;
6 class QListWidget;
7 
8 class QVBoxLayout;
9 
10 namespace chatterino {
11 
13 {
14 public:
16 
17 private:
18  QComboBox *createToastReactionComboBox();
19 };
20 
21 } // namespace chatterino
NotificationPage()
Definition: NotificationPage.cpp:24
Definition: Application.cpp:48
Definition: NotificationPage.hpp:12
Definition: SettingsPage.hpp:49