This commit is contained in:
Nicolas Werner 2019-10-25 14:20:43 +02:00
parent 3d6f502bcc
commit 0d8bf6c676
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,5 @@
// A DelegateChooser like the one, that was added to Qt5.12 (in labs), but compatible with older Qt versions
// see KDE/kquickitemviews
// see qtdeclarative/qqmldelagatecomponent
// A DelegateChooser like the one, that was added to Qt5.12 (in labs), but compatible with older Qt
// versions see KDE/kquickitemviews see qtdeclarative/qqmldelagatecomponent
#pragma once
@ -81,4 +80,3 @@ private:
static DelegateChoice *choice(QQmlListProperty<DelegateChoice> *, int index);
static void clearChoices(QQmlListProperty<DelegateChoice> *);
};