diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-16 15:16:02 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-16 15:16:02 -0500 |
commit | d626a9ab0dd8d9ca8c4d6c69a6693acebb8e1f1a (patch) | |
tree | 86be8c00d7abd6c08345a436fa357c2899666bf9 /src-qt5/core/lumina-desktop/lumina-desktop.pro | |
parent | Another attempt to fix the Repeater of objects issue in Lumina 2. (diff) | |
download | lumina-d626a9ab0dd8d9ca8c4d6c69a6693acebb8e1f1a.tar.gz lumina-d626a9ab0dd8d9ca8c4d6c69a6693acebb8e1f1a.tar.bz2 lumina-d626a9ab0dd8d9ca8c4d6c69a6693acebb8e1f1a.zip |
Get the Iteration over objects working for Lumina 2 (wallpapers).
QML Note:
The "Repeater" class cannot iterate over objects, just items.
To work around this, provide a QStringList instead of a QList<Object*>, and implement a callback function to return the Object* based on the String ID.
Diffstat (limited to 'src-qt5/core/lumina-desktop/lumina-desktop.pro')
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro index 2c944a11..f7fead13 100644 --- a/src-qt5/core/lumina-desktop/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro @@ -175,7 +175,7 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO manpage.path=$${L_MANDIR}/man8/ manpage.extra="$${MAN_ZIP} lumina-desktop.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-desktop.8.gz" -INSTALLS += target desktop icons wallpapers defaults conf fluxconf manpage +INSTALLS += target desktop icons defaults conf fluxconf manpage WITH_I18N{ INSTALLS += dotrans |