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/syncrunfilelog.h
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/syncrunfilelog.h')
-rw-r--r--src/gui/syncrunfilelog.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/gui/syncrunfilelog.h b/src/gui/syncrunfilelog.h
index 4f54a45c0..e31917e96 100644
--- a/src/gui/syncrunfilelog.h
+++ b/src/gui/syncrunfilelog.h
@@ -33,17 +33,16 @@ class SyncRunFileLog
{
public:
SyncRunFileLog();
- void start( const QString& folderPath );
- void logItem( const SyncFileItem& item );
- void logLap( const QString& name );
+ void start(const QString &folderPath);
+ void logItem(const SyncFileItem &item);
+ void logLap(const QString &name);
void finish();
protected:
-
private:
- QString dateTimeStr( const QDateTime& dt );
- QString instructionToStr( csync_instructions_e inst );
- QString directionToStr( SyncFileItem::Direction dir );
+ QString dateTimeStr(const QDateTime &dt);
+ QString instructionToStr(csync_instructions_e inst);
+ QString directionToStr(SyncFileItem::Direction dir);
QScopedPointer<QFile> _file;
QTextStream _out;