mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Revert "Added getInstallDir to Core Interface #4696"
This reverts commit 5d770d4204.
This commit is contained in:
parent
cad8d399b9
commit
61382c6eb1
@ -39,12 +39,6 @@ QString CoreInterface::getProfileDir()
|
||||
return run(args);
|
||||
}
|
||||
|
||||
QString CoreInterface::getInstalledDir()
|
||||
{
|
||||
QStringList args("--get-installed-dir");
|
||||
return run(args);
|
||||
}
|
||||
|
||||
QString CoreInterface::getArch()
|
||||
{
|
||||
QStringList args("--get-arch");
|
||||
|
||||
@ -26,7 +26,6 @@ public:
|
||||
|
||||
QString getPluginDir();
|
||||
QString getProfileDir();
|
||||
QString getInstalledDir();
|
||||
QString getArch();
|
||||
QString run(const QStringList& args, const QString& input = "");
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user