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>2020-04-22 16:23:18 +0300
committerHannah von Reth <vonreth@kde.org>2020-04-23 12:52:05 +0300
commitedfe123e5fe770e077701b42550deec57148047e (patch)
tree8a9fc9854cb1678d94c7a3cc98304825dcff5c45 /src/gui/syncrunfilelog.cpp
parentfbe53308f7f34fcd50fdb2a8b3222bf71c20eab7 (diff)
Rename csync_instructions_e -> SyncInsturctions
Diffstat (limited to 'src/gui/syncrunfilelog.cpp')
-rw-r--r--src/gui/syncrunfilelog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/syncrunfilelog.cpp b/src/gui/syncrunfilelog.cpp
index 74433ace3..f63a220c4 100644
--- a/src/gui/syncrunfilelog.cpp
+++ b/src/gui/syncrunfilelog.cpp
@@ -41,7 +41,7 @@ QString SyncRunFileLog::directionToStr(SyncFileItem::Direction dir)
return re;
}
-QString SyncRunFileLog::instructionToStr(csync_instructions_e inst)
+QString SyncRunFileLog::instructionToStr(SyncInstructions inst)
{
QString re;