Features 3090
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
- controls/CustomComboBox.cpp 0 → 100644
1 #include "CustomComboBox.h" 2 3 /** @brief constructor 4 * @param a_parent object parent 5 */ 6 CustomComboBox::CustomComboBox(QWidget *parent): 7 QComboBox (parent) 8 { 9 10 } 11 12 /** @brief Reimplemented QComboBox::setObjectName method. Updates stylesheets. 13 * @param text Text 14 */ 15 void CustomComboBox::setObjectName(const QString &name) changed this line in version 2 of the diff
mentioned in commit edaa08d6