|
|
|
@ -44,9 +44,9 @@ public: |
|
|
|
ActionRole |
|
|
|
ActionRole |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
QVariant data(const QModelIndex &index, int role) const; |
|
|
|
QVariant data(const QModelIndex &index, int role) const Q_DECL_OVERRIDE; |
|
|
|
int rowCount(const QModelIndex &parent = QModelIndex()) const; |
|
|
|
int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; |
|
|
|
QHash<int, QByteArray> roleNames() const; |
|
|
|
QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; |
|
|
|
|
|
|
|
|
|
|
|
void updateApplicationMenu(const QString &serviceName, const QString &menuObjectPath); |
|
|
|
void updateApplicationMenu(const QString &serviceName, const QString &menuObjectPath); |
|
|
|
|
|
|
|
|
|
|
|
|