* Get the shader program associated with an item in the table */
| 172 | * Get the shader program associated with an item in the table |
| 173 | */ |
| 174 | unsigned ProfileTableModel::getProgram(const QModelIndex & index) const |
| 175 | { |
| 176 | const ProfileTableRow& row = m_rowData[index.row()]; |
| 177 | return row.program; |
| 178 | } |
| 179 | |
| 180 | |
| 181 | /** |