Change Details
src/linkapp.cpp |
643 | 643 | move(commandLine), consoleApp)); |
644 | 644 | } |
645 | 645 | |
646 | | const string &LinkApp::getExec() { |
647 | | return exec; |
648 | | } |
649 | | |
650 | | void LinkApp::setExec(const string &exec) { |
651 | | this->exec = exec; |
652 | | edited = true; |
653 | | } |
654 | | |
655 | | const string &LinkApp::getParams() { |
656 | | return params; |
657 | | } |
658 | | |
659 | | void LinkApp::setParams(const string ¶ms) { |
660 | | this->params = params; |
661 | | edited = true; |
662 | | } |
663 | | |
664 | 646 | const string &LinkApp::getManual() { |
665 | 647 | return manual; |
666 | 648 | } |
src/linkapp.h |
72 | 72 | |
73 | 73 | bool consoleApp = false; |
74 | 74 | |
75 | | const std::string &getExec(); |
76 | | void setExec(const std::string &exec); |
77 | | const std::string &getParams(); |
78 | | void setParams(const std::string ¶ms); |
79 | 75 | const std::string &getManual(); |
80 | 76 | void setManual(const std::string &manual); |
81 | 77 | const std::string &getSelectorDir(); |
Download the corresponding diff file