diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-20 12:39:47 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | c37495fae29cd93b1b03e4e3689c604cc5312a18 (patch) | |
tree | 44a9fd5b0eb2c2d459ba122bd8cff739e358e4b7 /resources/res.qrc | |
parent | Add native themeing to QML (where possible) (diff) | |
download | nheko-c37495fae29cd93b1b03e4e3689c604cc5312a18.tar.xz |
Use a basic implementation of a DelegateChooser for compat with older Qt
The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals.
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 11a20e54..4816ffad 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -116,6 +116,7 @@ </qresource> <qresource prefix="/"> <file>qml/TimelineView.qml</file> + <file>qml/RowDelegateChooser.qml</file> <file>qml/Avatar.qml</file> <file>qml/StatusIndicator.qml</file> <file>qml/EncryptionIndicator.qml</file> |