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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user