File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 109109 <translation >Поддержать разработку:</translation >
110110 </message >
111111 <message >
112- <location filename =" ../EditorWindow.cpp" line =" 568 " />
112+ <location filename =" ../EditorWindow.cpp" line =" 572 " />
113113 <source >Binary files</source >
114114 <translation >Двоичные файлы</translation >
115115 </message >
116116 <message >
117- <location filename =" ../EditorWindow.cpp" line =" 569 " />
117+ <location filename =" ../EditorWindow.cpp" line =" 573 " />
118118 <source >Any files</source >
119119 <translation >Все файлы</translation >
120120 </message >
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ using namespace StringExt;
252252#pragma endregion
253253
254254#pragma region Getters
255- QString CSFParser::GetStringValue (const char * strName) const { return GetStringValue (QString{ strName} ); }
255+ QString CSFParser::GetStringValue (const char * strName) const { return GetStringValue (QString ( strName) ); }
256256 wstring CSFParser::GetStringValue (const string& strName) const { return GetStringValue (QString::fromStdString (strName)).toStdWString (); }
257257 QString CSFParser::GetStringValue (const QString& strName) const
258258 {
You can’t perform that action at this time.
0 commit comments