diff options
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r-- | metawatch/metawatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index 2fd2794..2a86f5c 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -152,7 +152,7 @@ protected: bool _dayMonthOrder : 1; bool _showSeconds : 1; bool _separationLines : 1; - bool _autoBackligt : 1; + bool _autoBacklight : 1; // Notifications: timers QTimer* _idleTimer; |