summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputchord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qinputchord.h')
-rw-r--r--src/input/frontend/qinputchord.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/frontend/qinputchord.h b/src/input/frontend/qinputchord.h
index ba86eb896..404fc8624 100644
--- a/src/input/frontend/qinputchord.h
+++ b/src/input/frontend/qinputchord.h
@@ -71,12 +71,8 @@ public Q_SLOTS:
Q_SIGNALS:
void timeoutChanged(int timeout);
-protected:
- void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
-
private:
Q_DECLARE_PRIVATE(QInputChord)
- QT3D_CLONEABLE(QInputChord)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
};