Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-24 16:07:36 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-25 15:21:44 +0300
commite81625c9706ac5280fed65f6b8af141963860072 (patch)
tree9ce22eeb4bc3c88c834921818627c253b0bbdb57 /src/gui/application.h
parent0ae84fad0d718b084dc5bcefc2098ce4f4b8b7a3 (diff)
Use ocis productversion
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index bca12b4b5..c9a1c0248 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -98,7 +98,7 @@ protected slots:
void slotUseMonoIconsChanged(bool);
void slotCleanup();
void slotAccountStateAdded(AccountStatePtr accountState) const;
- void slotAccountStateRemoved(AccountStatePtr accountState) const;
+ void slotAccountStateRemoved() const;
void slotSystemOnlineConfigurationChanged(QNetworkConfiguration);
private: