Fix build on Windows.
This commit is contained in:
parent
08a0f54249
commit
73dae25d8a
|
@ -44,7 +44,7 @@ public:
|
||||||
#if defined(Q_OS_UNIX)
|
#if defined(Q_OS_UNIX)
|
||||||
static auto GetPlatformString(const QString &string) -> std::string;
|
static auto GetPlatformString(const QString &string) -> std::string;
|
||||||
#elif defined(Q_OS_WINDOWS)
|
#elif defined(Q_OS_WINDOWS)
|
||||||
static auto GetPlatformString(QString string) -> std::wstring;
|
static auto GetPlatformString(const QString &string) -> std::wstring;
|
||||||
#else
|
#else
|
||||||
#error GetPlatformString not implemented on this platform
|
#error GetPlatformString not implemented on this platform
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user