! Returns the model index of the current item. \sa setCurrentModelIndex() */
| 116 | \sa setCurrentModelIndex() |
| 117 | */ |
| 118 | QModelIndex TreeViewComboBox::currentModelIndex() const { |
| 119 | return m_treeView->currentIndex(); |
| 120 | } |
| 121 | |
| 122 | /*! |
| 123 | Displays the tree view of items in the combobox. |
no test coverage detected