diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 15:20:07 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 15:20:07 +0800 |
commit | bc8a7912d2e6baa1aff0a78438ee41657f4c0f0f (patch) | |
tree | 6c84725333bf3833e7e3ac2c7130f1bb86de3849 /Bootstrap.hxx | |
parent | 57b7dd2de2bb96c2956f8d6718d1af24f759c3fa (diff) |
Mode is now enum class too
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 }; |