Changeset 935 for XmlTools2/trunk/util.h
- Timestamp:
- Feb 6, 2014, 2:05:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XmlTools2/trunk/util.h
r926 r935 44 44 //// as the result will be always a. 45 45 //inline const char* toCstr(const QString &myString){ 46 // return myString.to Latin1().constData();46 // return myString.toUtf8().constData(); 47 47 //} 48 48 // Converts a std::string to QString
Note:
See TracChangeset
for help on using the changeset viewer.