diff options
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r-- | qmidiplayer-desktop/qmpmainwindow.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.hpp b/qmidiplayer-desktop/qmpmainwindow.hpp index 7a34cb6..757ec14 100644 --- a/qmidiplayer-desktop/qmpmainwindow.hpp +++ b/qmidiplayer-desktop/qmpmainwindow.hpp @@ -312,6 +312,9 @@ public: { return ref; } + static QString decodeString(const char* str); + static std::string decodeStdString(const char* str); + static std::wstring decodeStdWString(const char* str); }; class qmpRenderFunc: public qmpFuncBaseIntf |