Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/testhelper.h')
-rw-r--r--test/testhelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhelper.h b/test/testhelper.h
index 40379577c..2ddb859e5 100644
--- a/test/testhelper.h
+++ b/test/testhelper.h
@@ -18,4 +18,6 @@ public:
OCC::FolderDefinition folderDefinition(const QString &path);
+const QByteArray jsonValueToOccReply(const QJsonValue &jsonValue);
+
#endif // TESTHELPER_H