Working on legacy support, incomplete.

This commit is contained in:
Petr Mrázek
2013-08-14 08:13:41 +02:00
parent ff33d4a1a4
commit 77e8066542
13 changed files with 1061 additions and 0 deletions

View File

@@ -31,4 +31,7 @@ LIBUTIL_EXPORT QString DirNameFromString(QString string, QString inDir = ".");
LIBUTIL_EXPORT bool ensurePathExists(QString filenamepath);
LIBUTIL_EXPORT bool copyPath(QString src, QString dst);
#endif // PATHUTILS_H