From 8cce4daa80dace89387933b2f1327bff3a391932 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 11 Dec 2017 13:24:36 +0100 Subject: [PATCH] UnitTests: Make fake function inline Change-Id: I8e0927a80d0bdcde7bd0e91c749d015636d07388 Reviewed-by: Nikolai Kosjar --- tests/unit/mockup/coreplugin/icore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/mockup/coreplugin/icore.h b/tests/unit/mockup/coreplugin/icore.h index b89f53b843..cfec03f999 100644 --- a/tests/unit/mockup/coreplugin/icore.h +++ b/tests/unit/mockup/coreplugin/icore.h @@ -2,7 +2,7 @@ namespace Core { namespace ICore { -static QString userResourcePath() +inline static QString userResourcePath() { return QDir::tempPath(); } -- GitLab