mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
Drag and Drop, mod management.
This commit is contained in:
parent
253067c782
commit
c92ad7dcf8
16 changed files with 470 additions and 80 deletions
|
|
@ -33,5 +33,10 @@ LIBUTIL_EXPORT bool ensurePathExists(QString filenamepath);
|
|||
|
||||
LIBUTIL_EXPORT bool copyPath(QString src, QString dst);
|
||||
|
||||
/// Opens the given file in the default application.
|
||||
LIBUTIL_EXPORT void openFileInDefaultProgram ( QString filename );
|
||||
|
||||
/// Opens the given directory in the default application.
|
||||
LIBUTIL_EXPORT void openDirInDefaultProgram ( QString dirpath, bool ensureExists = false );
|
||||
|
||||
#endif // PATHUTILS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue