chore: improve param name

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-01-03 18:14:47 +01:00
parent a8220cd296
commit e5b608447a
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
2 changed files with 8 additions and 8 deletions

View file

@ -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