lint
This commit is contained in:
parent
3d6f502bcc
commit
0d8bf6c676
@ -1,6 +1,5 @@
|
|||||||
// A DelegateChooser like the one, that was added to Qt5.12 (in labs), but compatible with older Qt versions
|
// A DelegateChooser like the one, that was added to Qt5.12 (in labs), but compatible with older Qt
|
||||||
// see KDE/kquickitemviews
|
// versions see KDE/kquickitemviews see qtdeclarative/qqmldelagatecomponent
|
||||||
// see qtdeclarative/qqmldelagatecomponent
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -81,4 +80,3 @@ private:
|
|||||||
static DelegateChoice *choice(QQmlListProperty<DelegateChoice> *, int index);
|
static DelegateChoice *choice(QQmlListProperty<DelegateChoice> *, int index);
|
||||||
static void clearChoices(QQmlListProperty<DelegateChoice> *);
|
static void clearChoices(QQmlListProperty<DelegateChoice> *);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user