aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlincubator.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-06-09 10:22:54 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-06-09 18:43:23 +0200
commit052bfad934352f08d75665d8c154bd665f452616 (patch)
tree5adc5aca65c22bce51abdd626d40d2bb97057526 /src/qml/qml/qqmlincubator.h
parent40d50d37bc7ca138e21be0db66109e4e1bd60594 (diff)
QQmlIncubator: remove deprecated code
Change-Id: I2aecdf789775c2363fb7990153951b45e2c42408 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlincubator.h')
-rw-r--r--src/qml/qml/qqmlincubator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlincubator.h b/src/qml/qml/qqmlincubator.h
index 6e47ca2173..594f60a0d8 100644
--- a/src/qml/qml/qqmlincubator.h
+++ b/src/qml/qml/qqmlincubator.h
@@ -113,10 +113,6 @@ public:
int incubatingObjectCount() const;
void incubateFor(int msecs);
-#if QT_DEPRECATED_SINCE(5, 15)
- QT_DEPRECATED_VERSION_X(5, 15, "Use the overload that takes a std::atomic<bool>")
- void incubateWhile(volatile bool *flag, int msecs=0);
-#endif
void incubateWhile(std::atomic<bool> *flag, int msecs = 0);
protected: