* Sets the active project which will be styled in bold. */
| 129 | * Sets the active project which will be styled in bold. |
| 130 | */ |
| 131 | void setActive(const QModelIndex& idx) { m_activeProject = idx; } |
| 132 | |
| 133 | private: |
| 134 | QPersistentModelIndex m_activeProject; |