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>2021-07-02 11:17:49 +0300
committerHannah von Reth <vonreth@kde.org>2021-07-13 11:14:00 +0300
commitf1ee3e18e858cd2816dbf588e35cb7f1441f8511 (patch)
tree6e8e914ca0d5def38c2831b46b92ca6fe1a35ec7 /src/common
parentf228cda6bc80e79a4dd4be55d7dce16aac9b5ae9 (diff)
Remove unneeded moc include
Diffstat (limited to 'src/common')
-rw-r--r--src/common/syncfilestatus.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/syncfilestatus.cpp b/src/common/syncfilestatus.cpp
index d62f212f5..fe9d4fc2a 100644
--- a/src/common/syncfilestatus.cpp
+++ b/src/common/syncfilestatus.cpp
@@ -82,5 +82,3 @@ QString SyncFileStatus::toSocketAPIString() const
return statusString;
}
}
-
-#include "syncfilestatus.moc"