mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-04 23:45:06 +08:00
For consistency with other helpers, deprecate `qPromiseAll()` in favor of `QtPromise::all()`.
5 lines
101 B
Prolog
5 lines
101 B
Prolog
TARGET = tst_deprecations_qpromise_all
|
|
SOURCES += $$PWD/tst_all.cpp
|
|
|
|
include(../../deprecations.pri)
|