From a3dc173820ca23eb09f50d6ca531c403395bccf8 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 6 Sep 2016 10:30:33 -0400 Subject: Quick sync commit between my system and master - nothing really changed --- src-qt5/core-utils/lumina-config/pages/PageWidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src-qt5/core-utils/lumina-config') 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); -- cgit