10 class GenericListView;
14 using ActionCallback = std::function<void(const QString &)>;
16 constexpr
static int maxEntryCount = 200;
28 void showEvent(QShowEvent *event)
override;
29 void hideEvent(QHideEvent *event)
override;
39 ActionCallback callback_;
Definition: Application.cpp:48
Definition: GenericListModel.hpp:9
Definition: GenericListView.hpp:13
std::shared_ptr< Channel > ChannelPtr
Definition: Channel.hpp:125
virtual bool event(QEvent *event) override
Definition: BaseWindow.cpp:333