aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/pages/PageWidget.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2016-09-06 10:30:33 -0400
committerKen Moore <ken@pcbsd.org>2016-09-06 10:30:33 -0400
commita3dc173820ca23eb09f50d6ca531c403395bccf8 (patch)
tree6f0d44d01f9dc52893e7145011160f641e2c14ce /src-qt5/core-utils/lumina-config/pages/PageWidget.h
parentMake sure that going "back" to the main page automatically exapands/highlight... (diff)
downloadlumina-a3dc173820ca23eb09f50d6ca531c403395bccf8.tar.gz
lumina-a3dc173820ca23eb09f50d6ca531c403395bccf8.tar.bz2
lumina-a3dc173820ca23eb09f50d6ca531c403395bccf8.zip
Quick sync commit between my system and master - nothing really changed
Diffstat (limited to 'src-qt5/core-utils/lumina-config/pages/PageWidget.h')
-rw-r--r--src-qt5/core-utils/lumina-config/pages/PageWidget.h1
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);
bgstack15