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
path: root/test
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-02-25 09:14:05 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-02-25 09:14:05 +0300
commit04649476106122695fe13641a4987ec7c17d0719 (patch)
tree63958c50a7ffde74f41f4cfaf7f8ad1b71262031 /test
parent1929040bb761b7e46dff6211958e986e9696e623 (diff)
Remove extra ; to silence warning.
Diffstat (limited to 'test')
-rw-r--r--test/testconcaturl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testconcaturl.h b/test/testconcaturl.h
index bc79b87c7..dd75fb1d4 100644
--- a/test/testconcaturl.h
+++ b/test/testconcaturl.h
@@ -19,7 +19,7 @@ using namespace OCC;
typedef QList< QPair<QString,QString> > QueryItems;
-Q_DECLARE_METATYPE(QueryItems);
+Q_DECLARE_METATYPE(QueryItems)
static QueryItems make()
{