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, 0 insertions, 5 deletions
diff --git a/tests/client/servicetest.cpp b/tests/client/servicetest.cpp
index d34ba79..a8b0c2a 100644
--- a/tests/client/servicetest.cpp
+++ b/tests/client/servicetest.cpp
@@ -17,10 +17,6 @@
* Renato Araujo Oliveira Filho <renato@canonical.com>
*/
-extern "C" {
-#include <glib-object.h>
-}
-
#include "qdbusmenumodel.h"
#include "dbusmenuscript.h"
@@ -46,7 +42,6 @@ private:
private Q_SLOTS:
void initTestCase()
{
- g_type_init();
Q_ASSERT(m_script.connect());
}