forked from qt-creator/qt-creator
UnitTests: Make fake function inline
Change-Id: I8e0927a80d0bdcde7bd0e91c749d015636d07388 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
namespace ICore {
|
namespace ICore {
|
||||||
static QString userResourcePath()
|
inline static QString userResourcePath()
|
||||||
{
|
{
|
||||||
return QDir::tempPath();
|
return QDir::tempPath();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user