Remove some unused forward declarations.
Change-Id: I7816635ec37f3a70d23f0ab5aaf6c53481dbdbf9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
parent
27ae6ce93b
commit
cfaf3221d3
@ -51,8 +51,6 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
QString qt_accStripAmp(const QString &text);
|
|
||||||
|
|
||||||
#ifndef QT_NO_ITEMVIEWS
|
#ifndef QT_NO_ITEMVIEWS
|
||||||
/*
|
/*
|
||||||
Implementation of the IAccessible2 table2 interface. Much simpler than
|
Implementation of the IAccessible2 table2 interface. Much simpler than
|
||||||
|
@ -57,13 +57,6 @@
|
|||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
#ifndef QT_NO_ACCESSIBILITY
|
#ifndef QT_NO_ACCESSIBILITY
|
||||||
QString qt_accStripAmp(const QString &text);
|
|
||||||
#ifndef QT_NO_SCROLLBAR
|
|
||||||
extern QStyleOptionSlider Q_GUI_EXPORT qt_qscrollbarStyleOption(QScrollBar *scrollBar);
|
|
||||||
#endif
|
|
||||||
#ifndef QT_NO_SLIDER
|
|
||||||
extern QStyleOptionSlider Q_GUI_EXPORT qt_qsliderStyleOption(QSlider *slider);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef QT_NO_SPINBOX
|
#ifndef QT_NO_SPINBOX
|
||||||
QAccessibleAbstractSpinBox::QAccessibleAbstractSpinBox(QWidget *w)
|
QAccessibleAbstractSpinBox::QAccessibleAbstractSpinBox(QWidget *w)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user