summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifproxyserviceobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaceframework/qifproxyserviceobject.h')
-rw-r--r--src/interfaceframework/qifproxyserviceobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaceframework/qifproxyserviceobject.h b/src/interfaceframework/qifproxyserviceobject.h
index ac4d220b..046ed1a1 100644
--- a/src/interfaceframework/qifproxyserviceobject.h
+++ b/src/interfaceframework/qifproxyserviceobject.h
@@ -22,6 +22,7 @@ class Q_QTINTERFACEFRAMEWORK_EXPORT QIfProxyServiceObject : public QIfServiceObj
public:
explicit QIfProxyServiceObject(QIfServiceInterface *interface, QObject *parent = nullptr);
explicit QIfProxyServiceObject(const QHash<QString, QIfFeatureInterface*> &interfaceMap, QObject *parent = nullptr);
+ ~QIfProxyServiceObject() override;
QStringList interfaces() const override;
QIfFeatureInterface *interfaceInstance(const QString &interface) const override;