2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Build with QT_NO_KEYWORDS

This commit is contained in:
Ilya Fedin
2021-03-03 22:22:42 +04:00
committed by John Preston
parent a29ff093f6
commit 23272430b4
37 changed files with 133 additions and 133 deletions

View File

@@ -299,7 +299,7 @@ void TaskQueue::wakeThread() {
_thread->start();
}
if (_stopTimer) _stopTimer->stop();
emit taskAdded();
taskAdded();
}
void TaskQueue::cancelTask(TaskId id) {
@@ -393,7 +393,7 @@ void TaskQueueWorker::onTaskAdded() {
}
}
if (emitTaskProcessed) {
emit taskProcessed();
taskProcessed();
}
}
QCoreApplication::processEvents();