equal
deleted
inserted
replaced
47 const QString &collectionType = collectionTypeName()); |
47 const QString &collectionType = collectionTypeName()); |
48 static QStringList getCollectionNames(); |
48 static QStringList getCollectionNames(); |
49 static QString getName(int entryId); |
49 static QString getName(int entryId); |
50 static bool executeAction(int entryId, const QString &actionName = |
50 static bool executeAction(int entryId, const QString &actionName = |
51 openActionIdentifier()); |
51 openActionIdentifier()); |
|
52 static bool launchTaskSwitcher(); |
52 |
53 |
53 static int createCollection(const QString &name); |
54 static int createCollection(const QString &name); |
54 static bool renameCollection(int collectionId, |
55 static bool renameCollection(int collectionId, |
55 const QString &newCollectionName); |
56 const QString &newCollectionName); |
56 static bool removeCollection(int collectionId); |
57 static bool removeCollection(int collectionId); |