~agateau/libdbusmenu-qt/dev

« back to all changes in this revision

Viewing changes to src/dbusmenuexporterdbus_p.h

  • Committer: Aurelien Gateau
  • Date: 2010-08-03 14:21:38 UTC
  • Revision ID: git-v1:0be28dc3e5c2af58d510237f74d0e2cc79d74054
Fix implementation of GetGroupProperties()

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    QDBusVariant GetProperty(int id, const QString &property);
51
51
    QVariantMap GetProperties(int id, const QStringList &names);
52
52
    uint GetLayout(int parentId, QString &layout);
53
 
    DBusMenuItemList GetGroupProperties(const QVariantList &ids, const QStringList &propertyNames);
 
53
    DBusMenuItemList GetGroupProperties(const QList<int> &ids, const QStringList &propertyNames);
54
54
    bool AboutToShow(int id);
55
55
 
56
56
Q_SIGNALS: