Browse Source

Merge pull request #613 from ed-chemnitz/master

ctkCheckableComboBox: implemented missing method checkableModelHelper()
Jean-Christophe Fillion-Robin 9 years ago
parent
commit
f9ceb9804d
1 changed files with 7 additions and 0 deletions
  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)
 {
   Q_D(ctkCheckableComboBox);