From 04c656323dc8bbdb3bace9fbde5adeff72a2584d Mon Sep 17 00:00:00 2001 From: eelke Date: Tue, 26 Dec 2017 07:26:39 +0100 Subject: [PATCH] Defined a function to get rid of linker warning --- core/QueuedBackgroundTask.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/QueuedBackgroundTask.cpp b/core/QueuedBackgroundTask.cpp index 309929b..d7f22ce 100644 --- a/core/QueuedBackgroundTask.cpp +++ b/core/QueuedBackgroundTask.cpp @@ -1 +1,4 @@ -#include "QueuedBackgroundTask.h" +#include "QueuedBackgroundTask.h" + +void QueuedBackgroundTask::requestPause() +{}