diff options
Diffstat (limited to 'src/kfileplacesmodel.h')
| -rw-r--r-- | src/kfileplacesmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kfileplacesmodel.h b/src/kfileplacesmodel.h index 7c77db679..fb3803ba6 100644 --- a/src/kfileplacesmodel.h +++ b/src/kfileplacesmodel.h @@ -23,6 +23,7 @@ #include <QAbstractItemModel> #include <kurl.h> +#include <kicon.h> /** * This class is a list view model. Each entry represents a "place" @@ -44,6 +45,8 @@ public: KUrl url(const QModelIndex &index) const; bool mountNeeded(const QModelIndex &index) const; + KIcon icon(const QModelIndex &index) const; + QString text(const QModelIndex &index) const; /** * @brief Get a visible data based on Qt role for the given index. |
