summaryrefslogtreecommitdiffstats
path: root/tests/querytest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 19:23:19 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 19:23:19 +0100
commit438c74630e5f8c9a46d00b991f5cb8ecd479dafe (patch)
tree9d0057f70490448a2f1a6b3416578d56f6da3384 /tests/querytest.cpp
parent2660a30589af9d01798b04a6fd1e9090a1f0cdd0 (diff)
downloadsink-438c74630e5f8c9a46d00b991f5cb8ecd479dafe.tar.gz
sink-438c74630e5f8c9a46d00b991f5cb8ecd479dafe.zip
Register query serializer
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r--tests/querytest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/querytest.cpp b/tests/querytest.cpp
index 06c6ad6..594e55c 100644
--- a/tests/querytest.cpp
+++ b/tests/querytest.cpp
@@ -47,7 +47,6 @@ private slots:
47 47
48 void testSerialization() 48 void testSerialization()
49 { 49 {
50 qRegisterMetaTypeStreamOperators<Sink::QueryBase>();
51 50
52 auto type = QByteArray("type"); 51 auto type = QByteArray("type");
53 auto sort = QByteArray("sort"); 52 auto sort = QByteArray("sort");