summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-26 13:24:36 +0200
committerGitHub <noreply@github.com>2019-05-26 13:24:36 +0200
commit1c87bdab35c7559ac393ccb6f6a54b769b12a64c (patch)
tree09cf0f21afe1352452ce2b1d58892b9044a8e2f5 /src/organizercore.h
parent2caa688e5581849441b1c96e4a2d357e9241f74a (diff)
parentfce3c9f8c3058d9975ccc634be3572a431c1a50d (diff)
Merge pull request #733 from isanae/shell-functions-to-uibase
moved shell functions to uibase
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 9c4e3ae2..e24227b7 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -57,19 +57,6 @@ namespace MOBase {
}
-namespace shell
-{
- bool ExploreFile(const QFileInfo& info);
- bool ExploreFile(const QString& path);
- bool ExploreFile(const QDir& dir);
-
- bool OpenFile(const QString& path);
- bool OpenLink(const QUrl& url);
-
- bool Execute(const QString& program, const QString& params);
-}
-
-
class OrganizerCore : public QObject, public MOBase::IPluginDiagnose
{