mEndDate = aEndDate;
mCurDate = aStartDate;
- QRect rect = mFontMetrics->boundingRect(mCurDate.toString("MMM dd yyyy"));
+ // QRect rect = mFontMetrics->boundingRect(mCurDate.toString("MMM dd yyyy"));
if(mStartDate==mEndDate) // only one day conference
{
return handled;
int confId = Conference::activeConference();
- QRect rect = visualRect(aIndex); // visual QRect of selected/clicked item in the list
+ // QRect rect = visualRect(aIndex); // visual QRect of selected/clicked item in the list
Delegate *delegate = static_cast<Delegate*>(itemDelegate(aIndex));
switch(delegate->whichControlClicked(aIndex,aPoint))
{