summaryrefslogtreecommitdiffstats
path: root/src/qdbusinterfacewrapper.h
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-08-09 15:47:32 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-08-10 11:44:08 +0000
commita50481f6c300035d15efad900e6674f69bf15f06 (patch)
treea9c8484ca3de485e79ab87f4fea6e47068c1c722 /src/qdbusinterfacewrapper.h
parent631cbba46cf1d2c02eccf7c3960e6f934d0323f0 (diff)
Removed the qt_metacall of the QDbusInterfaceWrapper classHEADmaster
This method is not needed anymore. Because of it it was not possible to read and write properties with newer Qt versions Change-Id: Ie0e12ef7cc4968e7cba8d59bc3629e5dd485e785 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/qdbusinterfacewrapper.h')
-rw-r--r--src/qdbusinterfacewrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qdbusinterfacewrapper.h b/src/qdbusinterfacewrapper.h
index 5c41453..8ee14ff 100644
--- a/src/qdbusinterfacewrapper.h
+++ b/src/qdbusinterfacewrapper.h
@@ -50,8 +50,6 @@ public:
const QDBusConnection &connection = QDBusConnection::sessionBus(),
QObject *parent = 0);
- int qt_metacall(QMetaObject::Call _c, int _id, void **_a);
-
private slots:
//FIX ME