diff options
Diffstat (limited to 'logic/FileSystem.h')
-rw-r--r-- | logic/FileSystem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/logic/FileSystem.h b/logic/FileSystem.h index 5e21375b..80637f90 100644 --- a/logic/FileSystem.h +++ b/logic/FileSystem.h @@ -110,12 +110,6 @@ MULTIMC_LOGIC_EXPORT QString RemoveInvalidFilenameChars(QString string, QChar re MULTIMC_LOGIC_EXPORT QString DirNameFromString(QString string, QString inDir = "."); -/// Opens the given file in the default application. -MULTIMC_LOGIC_EXPORT void openFileInDefaultProgram(QString filename); - -/// Opens the given directory in the default application. -MULTIMC_LOGIC_EXPORT void openDirInDefaultProgram(QString dirpath, bool ensureExists = false); - /// Checks if the a given Path contains "!" MULTIMC_LOGIC_EXPORT bool checkProblemticPathJava(QDir folder); |