diff options
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/PageWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/PageWidget.h b/src-qt5/core-utils/lumina-config/pages/PageWidget.h index 81ebe0cc..2d663e71 100644 --- a/src-qt5/core-utils/lumina-config/pages/PageWidget.h +++ b/src-qt5/core-utils/lumina-config/pages/PageWidget.h @@ -35,6 +35,7 @@ public: virtual bool needsScreenSelector(){ return false; } //change this to true for pages which load/set options on a per-screen basis virtual void setPreviousPage(QString){ } //re-implement this if the page needs knowledge of what the previous page was + signals: //emit this when the page has changes which are waiting to be saved void HasPendingChanges(bool); |