aboutsummaryrefslogtreecommitdiff
path: root/tests/client/modelsignalstest.cpp
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-10-22 19:00:49 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-10-22 19:00:49 +0200
commit3d2c260f804273e5a65f27a379f4ad74407ee921 (patch)
treeaf512bd158d98727ed499a9294f4697351c76df9 /tests/client/modelsignalstest.cpp
parent3897067538752e4538995ac1e3107fdf8c72e847 (diff)
downloadqmenumodel-3d2c260f804273e5a65f27a379f4ad74407ee921.tar.gz
qmenumodel-3d2c260f804273e5a65f27a379f4ad74407ee921.tar.bz2
qmenumodel-3d2c260f804273e5a65f27a379f4ad74407ee921.zip
remove deprecated g_type_init() calls
Diffstat (limited to 'tests/client/modelsignalstest.cpp')
-rw-r--r--tests/client/modelsignalstest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/client/modelsignalstest.cpp b/tests/client/modelsignalstest.cpp
index 40a76c6..3064778 100644
--- a/tests/client/modelsignalstest.cpp
+++ b/tests/client/modelsignalstest.cpp
@@ -192,11 +192,6 @@ class ModelSignalsTest : public QObject
{
Q_OBJECT
private Q_SLOTS:
- void initTestCase()
- {
- g_type_init();
- }
-
/*
* Test if the model state still correct before and after insert a new row
*/