summaryrefslogtreecommitdiff
path: root/tests/unit/mockup/coreplugin/icore.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/mockup/coreplugin/icore.h')
-rw-r--r--tests/unit/mockup/coreplugin/icore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/mockup/coreplugin/icore.h b/tests/unit/mockup/coreplugin/icore.h
index 579fbc3b56..8cf88f7037 100644
--- a/tests/unit/mockup/coreplugin/icore.h
+++ b/tests/unit/mockup/coreplugin/icore.h
@@ -12,5 +12,10 @@ inline static QString cacheResourcePath()
return QDir::tempPath();
}
+inline static QString resourcePath()
+{
+ return QDir::tempPath();
+}
+
} // namespace ICore
} // namespace Core