Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Query/QtQuery.hpp

    r852ea3 rdbf6c7  
    306306public slots:
    307307  void onUpdate(const QString&);
     308  void onUpdateCombo(int index);
    308309
    309310private:
     
    312313  QLabel *titleLabel;
    313314  QLineEdit *inputBox;
     315  QComboBox *comboBox;
    314316  Dialog *dialog;
    315317};
Note: See TracChangeset for help on using the changeset viewer.