Commit befae3a 1 parent 0c21f42 commit befae3a Copy full SHA for befae3a
File tree 1 file changed +5
-7
lines changed
src/gui/libcloudproviders
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 12
12
* for more details.
13
13
*/
14
14
15
- extern " C" {
16
- #include < cloudproviders/cloudprovidersaccountexporter.h>
17
- #include < cloudproviders/cloudprovidersproviderexporter.h>
18
- #include < gio/gio.h>
19
- #include < glib.h>
20
- }
15
+ #include < cloudproviders/cloudprovidersaccountexporter.h>
16
+ #include < cloudproviders/cloudprovidersproviderexporter.h>
17
+ #include < gio/gio.h>
18
+ #include < glib.h>
21
19
22
20
#include " libcloudproviders.h"
23
21
#include " libcloudproviders_p.h"
@@ -84,7 +82,7 @@ void LibCloudProvidersPrivate::start()
84
82
85
83
void LibCloudProvidersPrivate::updateExportedFolderList ()
86
84
{
87
- const auto newFolders = FolderMan::instance ()->list ();
85
+ const auto newFolders = FolderMan::instance ()->map (). values ();
88
86
const auto oldFolders = _folderExports.keys ();
89
87
90
88
// Remove folders that are no longer exported
You can’t perform that action at this time.
0 commit comments