More engine fixes

This commit is contained in:
Jonas Kvinge
2018-07-01 01:29:52 +02:00
parent 67df8f2243
commit 04f1d296ea
22 changed files with 330 additions and 217 deletions

View File

@@ -37,6 +37,7 @@
#include <QScrollArea>
#include <QTreeWidgetItem>
#include "core/logging.h"
#include "widgets/osd.h"
class QModelIndex;
@@ -104,6 +105,8 @@ public:
// QWidget
void showEvent(QShowEvent *e);
void set_output_changed(bool output_changed) { output_changed_ = output_changed; }
signals:
void NotificationPreview(OSD::Behaviour, QString, QString);
@@ -135,6 +138,8 @@ private:
bool loading_settings_;
QMap<Page, PageData> pages_;
bool output_changed_;
};
#endif // SETTINGSDIALOG_H