1#include <QAbstractListModel>
2#include <kDB/Forward.h>
4namespace kDB::Repository
9 Q_PROPERTY(
QStringList roleNames READ roleNames_ NOTIFY roleNamesChanged)
14 void roleNamesChanged();
20 Q_INVOKABLE
int roleIndex(
const QString& _role)
const;
Definition AbstractQueryResultModel.h:7
Q_INVOKABLE int roleIndex(const QString &_role) const
Definition AbstractQueryResultModel.cpp:22
Definition AbstractQueryResultModel.cpp:9