@@ -37,6 +37,11 @@ void Almond::submitBackgroundTask(BackgroundTask* task)
}
+void Almond::backgroundTaskFinished(void)
+{
+}
+
void Almond::on_zoom_out_clicked()
{
mw->zoom(2);
@@ -4,3 +4,11 @@ BackgroundTask::BackgroundTask(QRunnable* q)
+QRunnable* BackgroundTask::getRunnable(void)
+ return nullptr;