mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Removed unused methods in LinkApp class
This commit is contained in:
@@ -643,24 +643,6 @@ unique_ptr<Launcher> LinkApp::prepareLaunch(const string &selectedFile) {
|
|||||||
move(commandLine), consoleApp));
|
move(commandLine), consoleApp));
|
||||||
}
|
}
|
||||||
|
|
||||||
const string &LinkApp::getExec() {
|
|
||||||
return exec;
|
|
||||||
}
|
|
||||||
|
|
||||||
void LinkApp::setExec(const string &exec) {
|
|
||||||
this->exec = exec;
|
|
||||||
edited = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
const string &LinkApp::getParams() {
|
|
||||||
return params;
|
|
||||||
}
|
|
||||||
|
|
||||||
void LinkApp::setParams(const string ¶ms) {
|
|
||||||
this->params = params;
|
|
||||||
edited = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
const string &LinkApp::getManual() {
|
const string &LinkApp::getManual() {
|
||||||
return manual;
|
return manual;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,10 +72,6 @@ public:
|
|||||||
|
|
||||||
bool consoleApp = false;
|
bool consoleApp = false;
|
||||||
|
|
||||||
const std::string &getExec();
|
|
||||||
void setExec(const std::string &exec);
|
|
||||||
const std::string &getParams();
|
|
||||||
void setParams(const std::string ¶ms);
|
|
||||||
const std::string &getManual();
|
const std::string &getManual();
|
||||||
void setManual(const std::string &manual);
|
void setManual(const std::string &manual);
|
||||||
const std::string &getSelectorDir();
|
const std::string &getSelectorDir();
|
||||||
|
|||||||
Reference in New Issue
Block a user