| 829 | |
| 830 | #if BOOST_FILESYSTEM_VERSION >= 3 |
| 831 | boost::filesystem::path qstringToBoostPath(const QString &path) |
| 832 | { |
| 833 | return boost::filesystem::path(path.toStdString(), utf8); |
| 834 | } |
| 835 | |
| 836 | QString boostPathToQString(const boost::filesystem::path &path) |
| 837 | { |
no outgoing calls
no test coverage detected