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:
authorChristian Kamm <mail@ckamm.de>2017-05-17 11:55:42 +0300
committerckamm <mail@ckamm.de>2017-05-17 13:26:27 +0300
commitc8d0f788e00bdae125a26d9159ce9efdd6325cd2 (patch)
treead77cb515fe650984e6b76dfffe09838090d77bd /src/gui/owncloudgui.h
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index f72a5a437..c0238a761 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -69,21 +69,21 @@ public slots:
void slotComputeOverallSyncStatus();
void slotShowTrayMessage(const QString &title, const QString &msg);
void slotShowOptionalTrayMessage(const QString &title, const QString &msg);
- void slotFolderOpenAction( const QString& alias );
+ void slotFolderOpenAction(const QString &alias);
void slotRebuildRecentMenus();
- void slotUpdateProgress(const QString &folder, const ProgressInfo& progress);
+ void slotUpdateProgress(const QString &folder, const ProgressInfo &progress);
void slotShowGuiMessage(const QString &title, const QString &message);
void slotFoldersChanged();
void slotShowSettings();
void slotShowSyncProtocol();
void slotShutdown();
- void slotSyncStateChange(Folder*);
- void slotTrayClicked( QSystemTrayIcon::ActivationReason reason );
+ void slotSyncStateChange(Folder *);
+ void slotTrayClicked(QSystemTrayIcon::ActivationReason reason);
void slotToggleLogBrowser();
void slotOpenOwnCloud();
void slotOpenSettingsDialog();
void slotHelp();
- void slotOpenPath(const QString& path);
+ void slotOpenPath(const QString &path);
void slotAccountStateChanged();
void slotTrayMessageIfServerUnsupported(Account *account);
void slotShowShareDialog(const QString &sharePath, const QString &localPath, bool resharingAllowed);
@@ -100,7 +100,7 @@ private slots:
private:
void setPauseOnAllFoldersHelper(bool pause);
void setupActions();
- void addAccountContextMenu(AccountStatePtr accountState, QMenu* menu, bool separateMenu);
+ void addAccountContextMenu(AccountStatePtr accountState, QMenu *menu, bool separateMenu);
QPointer<Systray> _tray;
#if defined(Q_OS_MAC)
@@ -108,8 +108,8 @@ private:
#else
QPointer<SettingsDialog> _settingsDialog;
#endif
- QPointer<LogBrowser>_logBrowser;
- // tray's menu
+ QPointer<LogBrowser> _logBrowser;
+ // tray's menu
QScopedPointer<QMenu> _contextMenu;
// Manually tracking whether the context menu is visible, but only works
@@ -117,10 +117,10 @@ private:
bool _contextMenuVisibleOsx;
QMenu *_recentActionsMenu;
- QVector<QMenu*> _accountMenus;
+ QVector<QMenu *> _accountMenus;
bool _qdbusmenuWorkaround;
QTimer _workaroundBatchTrayUpdate;
- QMap<QString, QPointer<ShareDialog> > _shareDialogs;
+ QMap<QString, QPointer<ShareDialog>> _shareDialogs;
QAction *_actionLogin;
QAction *_actionLogout;
@@ -134,7 +134,7 @@ private:
QAction *_actionQuit;
QAction *_actionCrash;
- QList<QAction*> _recentItemsActions;
+ QList<QAction *> _recentItemsActions;
QSignalMapper *_folderOpenActionMapper;
QSignalMapper *_recentItemsMapper;