Skip to content

Commit

Permalink
Fully qualify argument type in removeE2eFiles slot
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Mar 22, 2023
1 parent f15ae41 commit 5f71219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public slots:

void forceSyncForFolder(OCC::Folder *folder);

void removeE2eFiles(const AccountPtr &account) const;
void removeE2eFiles(const OCC::AccountPtr &account) const;

private slots:
void slotFolderSyncPaused(OCC::Folder *, bool paused);
Expand Down

0 comments on commit 5f71219

Please sign in to comment.