ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/manualcommands.cpp
(Generate patch)

Comparing s10k/Vago/manualcommands.cpp (file contents):
Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC vs.
Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)