diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 03:10:37 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 03:10:37 -0400 |
| commit | ebb855dc1421e89813a1f4a74a4963d76aba9747 (patch) | |
| tree | 83fddf2d4d62ac8d35930a7c04dcf4e02c194079 /src/organizercore.h | |
| parent | 9a014db4b3a64dc93450dff8afe980db3694c595 (diff) | |
ExploreFile() will select the file in explorer when the path is a file
replaced more ShellExecute() calls with ExploreFile()
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 103443eb..3f773277 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -67,8 +67,8 @@ bool GetFileExecutionContext( QWidget* parent, const QFileInfo &targetInfo,
QFileInfo &binaryInfo, QString &arguments, FileExecutionTypes& type);
-bool ExploreFile(const QString& path);
bool ExploreFile(const QFileInfo& info);
+bool ExploreFile(const QString& path);
bool ExploreFile(const QDir& dir);
|
