182 } |
182 } |
183 |
183 |
184 /* |
184 /* |
185 * Returns the object currently highlighted by the cursor. |
185 * Returns the object currently highlighted by the cursor. |
186 */ |
186 */ |
187 QPersistentModelIndex gl::Renderer::objectAtCursor() const |
187 const Uuid& gl::Renderer::objectAtCursor() const |
188 { |
188 { |
189 return m_objectAtCursor; |
189 return m_objectAtCursor; |
190 } |
190 } |
191 |
191 |
192 // ============================================================================= |
192 // ============================================================================= |