mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: improve param name
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a8220cd296
commit
e5b608447a
2 changed files with 8 additions and 8 deletions
|
|
@ -12,15 +12,15 @@ class QFileInfo;
|
|||
namespace DesktopServices {
|
||||
/**
|
||||
* Open a path in whatever application is applicable.
|
||||
* @param ensurePathExists Make sure the path exists
|
||||
* @param ensureFolderPathExists Make sure the path exists
|
||||
*/
|
||||
bool openPath(const QFileInfo& path, bool ensurePathExists = false);
|
||||
bool openPath(const QFileInfo& path, bool ensureFolderPathExists = false);
|
||||
|
||||
/**
|
||||
* Open a path in whatever application is applicable.
|
||||
* @param ensurePathExists Make sure the path exists
|
||||
* @param ensureFolderPathExists Make sure the path exists
|
||||
*/
|
||||
bool openPath(const QString& path, bool ensurePathExists = false);
|
||||
bool openPath(const QString& path, bool ensureFolderPathExists = false);
|
||||
|
||||
/**
|
||||
* Run an application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue