diff options
Diffstat (limited to 'Bootstrap.hxx')
-rw-r--r-- | Bootstrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootstrap.hxx b/Bootstrap.hxx index 0c28504..e266f5d 100644 --- a/Bootstrap.hxx +++ b/Bootstrap.hxx @@ -27,7 +27,7 @@ class Bootstrap : public QObject explicit Bootstrap(QObject *parent = nullptr); static Bootstrap *qmlAttachedProperties(QObject *object); - enum Mode { + enum class Mode { Light, Dark }; |