- Timestamp:
- 06/24/11 16:31:35 (12 years ago)
- Branches:
- master, qt5
- Children:
- 496685d
- Parents:
- df884b3
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.cpp
rdf884b3 r663fafd 48 48 mCurDate = aStartDate; 49 49 50 QRect rect = mFontMetrics->boundingRect(mCurDate.toString("MMM dd yyyy"));50 // QRect rect = mFontMetrics->boundingRect(mCurDate.toString("MMM dd yyyy")); 51 51 52 52 if(mStartDate==mEndDate) // only one day conference -
src/mvc/treeview.cpp
rdf884b3 r663fafd 60 60 61 61 int confId = Conference::activeConference(); 62 QRect rect = visualRect(aIndex); // visual QRect of selected/clicked item in the list62 // QRect rect = visualRect(aIndex); // visual QRect of selected/clicked item in the list 63 63 Delegate *delegate = static_cast<Delegate*>(itemDelegate(aIndex)); 64 64 switch(delegate->whichControlClicked(aIndex,aPoint))
Note: See TracChangeset
for help on using the changeset viewer.