Use QCoreApplication to get path

This commit is contained in:
Aditya Kulkarni
2018-11-21 09:54:58 -08:00
parent 3167fb97d4
commit 9776987971
3 changed files with 5 additions and 9 deletions

View File

@@ -32,9 +32,6 @@ public:
bool isSyncing();
void setSyncing(bool syncing);
QString getExecName() { return _executable; }
void setExecName(QString name) { _executable = name; }
void setUseEmbedded(bool r) { _useEmbedded = r; }
bool useEmbedded() { return _useEmbedded; }