| 941 | } |
| 942 | |
| 943 | QString boostPathToQString(const boost::filesystem::path& path) |
| 944 | { |
| 945 | return QString::fromStdString(path.string(utf8)); |
| 946 | } |
| 947 | #else |
| 948 | #warning Conversion between boost path and QString can use invalid character encoding with boost_filesystem v2 and older |
| 949 | boost::filesystem::path qstringToBoostPath(const QString& path) |
no outgoing calls
no test coverage detected