- Timestamp:
- 01/22/10 15:41:46 (13 years ago)
- Branches:
- master, qt5
- Children:
- 0d4ecc2
- Parents:
- 49c5ad3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/delegate.cpp
r49c5ad3 re7340e1 321 321 return id; 322 322 } 323 else 324 { 325 if ((mControls[id]->drawRect(static_cast<QTreeView*>(parent())->visualRect(aIndex)).contains(aPoint)) 323 else if ((mControls[id]->drawRect(static_cast<QTreeView*>(parent())->visualRect(aIndex)).contains(aPoint)) 326 324 && (mControls[id]->hasConflict)) 327 { 325 { 326 qDebug() << "tengo conflicto"; 328 327 return id; 329 330 } 328 } 329 331 330 } 332 331
Note: See TracChangeset
for help on using the changeset viewer.