summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qapplication.h')
-rw-r--r--src/widgets/kernel/qapplication.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h
index f7de824290..d8b14ae607 100644
--- a/src/widgets/kernel/qapplication.h
+++ b/src/widgets/kernel/qapplication.h
@@ -71,7 +71,6 @@ class QApplicationPrivate;
class Q_WIDGETS_EXPORT QApplication : public QGuiApplication
{
Q_OBJECT
- Q_PROPERTY(QIcon windowIcon READ windowIcon WRITE setWindowIcon)
Q_PROPERTY(int cursorFlashTime READ cursorFlashTime WRITE setCursorFlashTime)
Q_PROPERTY(int doubleClickInterval READ doubleClickInterval WRITE setDoubleClickInterval)
Q_PROPERTY(int keyboardInputInterval READ keyboardInputInterval WRITE setKeyboardInputInterval)
@@ -110,11 +109,6 @@ public:
static void setFont(const QFont &, const char* className = nullptr);
static QFontMetrics fontMetrics();
-#if QT_VERSION < 0x060000 // remove these forwarders in Qt 6
- static void setWindowIcon(const QIcon &icon);
- static QIcon windowIcon();
-#endif
-
static QWidgetList allWidgets();
static QWidgetList topLevelWidgets();