added regex help link

This commit is contained in:
fourtf
2019-08-26 14:07:21 +02:00
parent a64e5b2834
commit e7b4527a0f
5 changed files with 37 additions and 13 deletions
+7 -2
View File
@@ -6,6 +6,7 @@
class QAbstractTableModel;
class QTableView;
class QHBoxLayout;
namespace chatterino {
@@ -21,9 +22,13 @@ public:
pajlada::Signals::NoArgSignal addButtonPressed;
void addCustomButton(QWidget *widget);
void addRegexHelpLink();
private:
QTableView *tableView_;
QAbstractTableModel *model_;
QTableView *tableView_{};
QAbstractTableModel *model_{};
QHBoxLayout *buttons_{};
};
} // namespace chatterino