aboutsummaryrefslogtreecommitdiff
path: root/tests/client/servicetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client/servicetest.cpp')
-rw-r--r--tests/client/servicetest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/client/servicetest.cpp b/tests/client/servicetest.cpp
index a8b0c2a..d34ba79 100644
--- a/tests/client/servicetest.cpp
+++ b/tests/client/servicetest.cpp
@@ -17,6 +17,10 @@
* Renato Araujo Oliveira Filho <renato@canonical.com>
*/
+extern "C" {
+#include <glib-object.h>
+}
+
#include "qdbusmenumodel.h"
#include "dbusmenuscript.h"
@@ -42,6 +46,7 @@ private:
private Q_SLOTS:
void initTestCase()
{
+ g_type_init();
Q_ASSERT(m_script.connect());
}