Salome HOME
0022825: EDF GUI regression: Issue with accent in the OB
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Utils.h
index 5ac9ee97cfbd402878949c76a0e44dede4930078..380be90be8bfa3cf9e031fc3089fa85f74db1062 100644 (file)
@@ -208,6 +208,9 @@ SMESHGUI_EXPORT
     toStdStr( char* s ): toStrT< std::string >(s) {}
   };
 
+  QString fromUtf8( const char* txt );
+  QString fromUtf8( const std::string& txt );
+  const char* toUtf8( const QString& txt );
 }
 
 #endif // SMESHGUI_UTILS_H