Skip to content
Snippets Groups Projects
Verified Commit e828e012 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make theme visible to qml

parent 3cd7898a
No related branches found
No related tags found
No related merge requests found
Pipeline #4919 passed
......@@ -6,10 +6,13 @@
#include <QColor>
#include <QPalette>
#include <QQmlEngine>
class Theme final : public QPalette
{
Q_GADGET
QML_ANONYMOUS
Q_PROPERTY(QColor sidebarBackground READ sidebarBackground CONSTANT)
Q_PROPERTY(QColor alternateButton READ alternateButton CONSTANT)
Q_PROPERTY(QColor separator READ separator CONSTANT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment