aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-30 13:23:04 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-31 12:40:56 +0000
commit96c84ff5cfdbaf819357a0f05c21fbbb891095ef (patch)
treefcd38d000f1720088a053d2106816ad5ce7d46af
parente205194cfa36f0e811f2224beceb6588ebe78287 (diff)
QQuickItemDelegate: remove unused private declarations
Change-Id: I6525612814ff5f2d56db53c305aa4a6ea057dcea Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
-rw-r--r--src/templates/qquickitemdelegate_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/templates/qquickitemdelegate_p.h b/src/templates/qquickitemdelegate_p.h
index c1e9c002..4c83ebb8 100644
--- a/src/templates/qquickitemdelegate_p.h
+++ b/src/templates/qquickitemdelegate_p.h
@@ -52,8 +52,6 @@
QT_BEGIN_NAMESPACE
-class QQuickItemDelegatePrivate;
-
class Q_QUICKTEMPLATES_EXPORT QQuickItemDelegate : public QQuickAbstractButton
{
Q_OBJECT
@@ -67,10 +65,6 @@ protected:
#ifndef QT_NO_ACCESSIBILITY
QAccessible::Role accessibleRole() const override;
#endif
-
-private:
- Q_DISABLE_COPY(QQuickItemDelegate)
- Q_DECLARE_PRIVATE(QQuickItemDelegate)
};
QT_END_NAMESPACE