diff options
Diffstat (limited to 'framework/mail/folderlistcontroller.cpp')
-rw-r--r-- | framework/mail/folderlistcontroller.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/mail/folderlistcontroller.cpp b/framework/mail/folderlistcontroller.cpp index 900e378d..9edc547c 100644 --- a/framework/mail/folderlistcontroller.cpp +++ b/framework/mail/folderlistcontroller.cpp | |||
@@ -25,6 +25,11 @@ void FolderListController::setAccountId(const QString &id) | |||
25 | } | 25 | } |
26 | } | 26 | } |
27 | 27 | ||
28 | FolderListModel* FolderListController::model() const | ||
29 | { | ||
30 | return m_model.data(); | ||
31 | } | ||
32 | |||
28 | void FolderListController::loadFolders(const QString &id) | 33 | void FolderListController::loadFolders(const QString &id) |
29 | { | 34 | { |
30 | //load foldermodel from akonadi | 35 | //load foldermodel from akonadi |