From 21de71f871bc5add11235de2c86b9f08237591b7 Mon Sep 17 00:00:00 2001 From: erihel Date: Sun, 17 Mar 2013 20:40:54 +0100 Subject: * Fixed app stub in edit test --- test/unit/ui/stubs/app_stub.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/unit/ui/stubs') diff --git a/test/unit/ui/stubs/app_stub.cpp b/test/unit/ui/stubs/app_stub.cpp index 094806f..3df7d42 100644 --- a/test/unit/ui/stubs/app_stub.cpp +++ b/test/unit/ui/stubs/app_stub.cpp @@ -36,3 +36,7 @@ CEventQueue* CApplication::GetEventQueue() return nullptr; } +std::string CApplication::GetDataDirPath() +{ + return ""; +} -- cgit v1.2.3-1-g7c22