mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 14:12:11 +00:00
Implemented the view folder buttons on the main window.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#ifndef OSUTILS_H
|
||||
#define OSUTILS_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
#if defined _WIN32 | defined _WIN64
|
||||
#define WINDOWS 1
|
||||
#elif __APPLE__ & __MACH__
|
||||
@@ -24,4 +26,7 @@
|
||||
#define LINUX 1
|
||||
#endif
|
||||
|
||||
// Opens the given file in the default application.
|
||||
void openInDefaultProgram(QString filename);
|
||||
|
||||
#endif // OSUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user