diff options
Diffstat (limited to 'tests/client/modeltest.cpp')
-rw-r--r-- | tests/client/modeltest.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/client/modeltest.cpp b/tests/client/modeltest.cpp index 3366177..017f859 100644 --- a/tests/client/modeltest.cpp +++ b/tests/client/modeltest.cpp @@ -29,15 +29,6 @@ extern "C" { #include <gio/gio.h> } -class TestMenuModel : public QMenuModel -{ -public: - TestMenuModel(GMenuModel *other, QObject *parent=0) - : QMenuModel(other, parent) - { - } -}; - class ModelTest : public QObject { Q_OBJECT @@ -296,7 +287,6 @@ private Q_SLOTS: QVariantMap extra = data["extra"].toMap(); QCOMPARE(extra.size(), 13); QCOMPARE(extra["boolean"].toBool(), true); - } }; |