summaryrefslogtreecommitdiff
path: root/core/launcher/firstuse.h
Side-by-side diff
Diffstat (limited to 'core/launcher/firstuse.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/firstuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/firstuse.h b/core/launcher/firstuse.h
index 44a95a8..98858f8 100644
--- a/core/launcher/firstuse.h
+++ b/core/launcher/firstuse.h
@@ -66,19 +66,20 @@ private:
QPushButton *next;
int controlHeight;
QString lang;
QTranslator *transApp;
QTranslator *transLib;
bool needCalibrate;
DocumentList *docList;
AppLauncher *appLauncher;
QWidget *taskBar;
int currApp;
int waitForExit;
bool waitingForLaunch;
bool needRestart;
+ bool m_calHandler : 1;
QFont defaultFont;
};