Skip to content

Commit 5a3752d

Browse files
committed
Fully qualify argument type in removeE2eFiles slot
Signed-off-by: Claudio Cambra <[email protected]>
1 parent 2fe336f commit 5a3752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/folderman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public slots:
271271

272272
void forceSyncForFolder(OCC::Folder *folder);
273273

274-
void removeE2eFiles(const AccountPtr &account) const;
274+
void removeE2eFiles(const OCC::AccountPtr &account) const;
275275

276276
private slots:
277277
void slotFolderSyncPaused(OCC::Folder *, bool paused);

0 commit comments

Comments
 (0)