summaryrefslogtreecommitdiffstats
path: root/gui/pages/BasePage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/BasePage.h')
-rw-r--r--gui/pages/BasePage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/pages/BasePage.h b/gui/pages/BasePage.h
index bba4996d..09af3a59 100644
--- a/gui/pages/BasePage.h
+++ b/gui/pages/BasePage.h
@@ -37,6 +37,10 @@ public:
{
return QString();
}
+ virtual void opened()
+ {
+
+ }
int stackIndex = -1;
int listIndex = -1;
};