mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
build fix for the case when QT_NO_CONCURRENT is defined [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8aab2bdd69
commit
4cacbe8960
1 changed files with 0 additions and 18 deletions
|
@ -578,22 +578,4 @@ QT_END_NAMESPACE
|
|||
|
||||
#include "moc_qfuturewatcher.h"
|
||||
|
||||
#else // QT_NO_CONCURRENT
|
||||
|
||||
// moc will be run without having QT_NO_CONCURRENT set, so provide a dummy stub
|
||||
// for the slots to prevent linker errors.
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
void QFutureWatcherBase::cancel() { }
|
||||
void QFutureWatcherBase::setPaused(bool) { }
|
||||
void QFutureWatcherBase::pause() { }
|
||||
void QFutureWatcherBase::resume() { }
|
||||
void QFutureWatcherBase::togglePaused() { }
|
||||
bool QFutureWatcherBase::event(QEvent *) { return false; }
|
||||
void QFutureWatcherBase::connectNotify(const char *) { }
|
||||
void QFutureWatcherBase::disconnectNotify(const char *) { }
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QT_NO_CONCURRENT
|
||||
|
|
Loading…
Add table
Reference in a new issue