| # | Line 44 | Line 44 | void ManualCommands::executeCommand(){ | |
|---|---|---|
| 44 | QString command=ui->leManualCommand->text().trimmed(); | |
| 45 | ||
| 46 | if(command.isEmpty()){ | |
| 47 | < | Util::showErrorPopUp("Please input a command first."); |
| 47 | > | Util::Dialogs::showError("Please input a command first."); |
| 48 | return; | |
| 49 | } | |
| 50 | ||
| # | Line 85 | Line 85 | void ManualCommands::on_pcCopyClipboard_ | |
| 85 | ||
| 86 | void ManualCommands::on_pbClear_clicked() | |
| 87 | { | |
| 88 | < | if(Util::showQuestionPopUp(this,"Clear the output?")){ |
| 88 | > | if(Util::Dialogs::showQuestion(this,"Clear the output?")){ |
| 89 | ui->ptOutput->clear(); | |
| 90 | } | |
| 91 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |