mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
ecode: Minor fixes.
This commit is contained in:
@@ -62,6 +62,10 @@ void StatusTerminalController::show() {
|
||||
}
|
||||
}
|
||||
|
||||
UITerminal* StatusTerminalController::getUITerminal() {
|
||||
return mUITerminal;
|
||||
}
|
||||
|
||||
UITerminal* StatusTerminalController::createTerminal( const std::string& workingDir,
|
||||
std::string program,
|
||||
const std::vector<std::string>& args ) {
|
||||
|
||||
Reference in New Issue
Block a user