Преглед на файлове

Rework of NewFlight Dialog construction and setup

fiffty-50 преди 4 години
родител
ревизия
463114452f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      newflight.cpp

+ 1 - 1
newflight.cpp

@@ -193,10 +193,10 @@ NewFlight::NewFlight(QWidget *parent, QVector<QStringList> completionLists) :
     ui(new Ui::NewFlight)
     ui(new Ui::NewFlight)
 {
 {
     ui->setupUi(this);
     ui->setupUi(this);
+
     // Set up Line Edits with QValidators, QCompleters and set Max length
     // Set up Line Edits with QValidators, QCompleters and set Max length
     auto line_edits = ui->flightDataTab->findChildren<QLineEdit*>() +
     auto line_edits = ui->flightDataTab->findChildren<QLineEdit*>() +
                 ui->extraTimes->findChildren<QLineEdit*>();
                 ui->extraTimes->findChildren<QLineEdit*>();
-    DEBUG(line_edits);
         for(auto line_edit : line_edits)
         for(auto line_edit : line_edits)
         {
         {
             setupLineEdit(line_edit, completionLists);
             setupLineEdit(line_edit, completionLists);