diff options
| author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-15 12:40:44 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-10-15 12:40:44 +0000 |
| commit | 5999e7a42962140b6479995d77a178186b6b2fcc (patch) | |
| tree | 3927d59c3a5edf7362bb4de937ae11fe7291b029 /tests/client/actiongrouptest.cpp | |
| parent | 46b559bd4b2229332c1858939be765939fc6fb05 (diff) | |
| parent | 4366f70b6d6f5f1788353dd74df15e616365d25b (diff) | |
| download | qmenumodel-5999e7a42962140b6479995d77a178186b6b2fcc.tar.gz qmenumodel-5999e7a42962140b6479995d77a178186b6b2fcc.tar.bz2 qmenumodel-5999e7a42962140b6479995d77a178186b6b2fcc.zip | |
Expose a C++ library, and separate into 3 binary packages:
- libqmenumodel0: C++ library
- libqmenumodel-dev: development headers for the C++ library
- qmenumodel-qml: QML module. Approved by Renato Araujo Oliveira Filho, jenkins.
Diffstat (limited to 'tests/client/actiongrouptest.cpp')
| -rw-r--r-- | tests/client/actiongrouptest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/client/actiongrouptest.cpp b/tests/client/actiongrouptest.cpp index 958ddc7..116bd44 100644 --- a/tests/client/actiongrouptest.cpp +++ b/tests/client/actiongrouptest.cpp @@ -17,10 +17,6 @@ * Renato Araujo Oliveira Filho <renato@canonical.com> */ -extern "C" { -#include <glib-object.h> -} - #include "qdbusmenumodel.h" #include "qdbusactiongroup.h" #include "dbusmenuscript.h" @@ -42,7 +38,6 @@ private: private Q_SLOTS: void initTestCase() { - g_type_init(); Q_ASSERT(m_script.connect()); } |
