src: use wstring in tooltip and snippet

This commit is contained in:
mlangkabel
2018-02-06 15:54:09 +01:00
parent 3a6a22df2e
commit 6ae9c2eca5
15 changed files with 39 additions and 41 deletions
+2 -2
View File
@@ -64,10 +64,10 @@ private:
QtCodeFile* m_file;
Id m_titleId;
std::string m_titleString;
std::wstring m_titleString;
Id m_footerId;
std::string m_footerString;
std::wstring m_footerString;
std::vector<QPushButton*> m_dots;