summaryrefslogtreecommitdiffstats
path: root/src/qtivisupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtivisupport.h')
-rw-r--r--src/qtivisupport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qtivisupport.h b/src/qtivisupport.h
index 4e48b11..8901046 100644
--- a/src/qtivisupport.h
+++ b/src/qtivisupport.h
@@ -40,9 +40,6 @@ class QtIviSupport : public QObject
Q_OBJECT
public:
explicit QtIviSupport(ProbeInterface *probe, QObject *parent = 0);
-
-private:
- void registerMetaTypes();
};
class QtIviSupportFactory : public QObject, public StandardToolFactory<QIviProperty, QtIviSupport>