Explorar el Código

Merge pull request #613 from ed-chemnitz/master

ctkCheckableComboBox: implemented missing method checkableModelHelper()
Jean-Christophe Fillion-Robin hace 9 años
padre
commit
f9ceb9804d
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      Libs/Widgets/ctkCheckableComboBox.cpp

+ 7 - 0
Libs/Widgets/ctkCheckableComboBox.cpp

@@ -345,6 +345,13 @@ Qt::CheckState ctkCheckableComboBox::checkState(const QModelIndex& index)const
 }
 }
 
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
+ctkCheckableModelHelper* ctkCheckableComboBox::checkableModelHelper()const
+{
+  Q_D(const ctkCheckableComboBox);
+  return d->CheckableModelHelper;
+}
+
+//-----------------------------------------------------------------------------
 void ctkCheckableComboBox::onDataChanged(const QModelIndex& start, const QModelIndex& end)
 void ctkCheckableComboBox::onDataChanged(const QModelIndex& start, const QModelIndex& end)
 {
 {
   Q_D(ctkCheckableComboBox);
   Q_D(ctkCheckableComboBox);