diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-07 16:17:58 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-07 10:05:00 +0100 |
| commit | 19046566a62f9e616a23584ebbe045ddbc132023 (patch) | |
| tree | 903ed2a82eddd1c318574725b498fc1938f6c472 /src/favouritecollection.hpp | |
| parent | 772cad15cef23559986869733f541b5f3ea4d130 (diff) | |
| download | kristall-19046566a62f9e616a23584ebbe045ddbc132023.tar.gz | |
favourite popup: adding group combobox!
Diffstat (limited to 'src/favouritecollection.hpp')
| -rw-r--r-- | src/favouritecollection.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/favouritecollection.hpp b/src/favouritecollection.hpp index 359f173..f33b90b 100644 --- a/src/favouritecollection.hpp +++ b/src/favouritecollection.hpp @@ -82,12 +82,16 @@ public: void editFavouriteDest(const QModelIndex & index, const QUrl & url); + bool editFavouriteGroup(const QUrl &url, const QString &group_name); + Favourite getFavourite(const QUrl &url) const; Favourite getFavourite(QModelIndex const & index) const; Favourite * getMutableFavourite(QModelIndex const & index); + QString groupForFavourite(QUrl const & url) const; + QStringList groups() const; //! Returns the group name of the index. |
