Changeset 10398 for trunk/FACT++/gui


Ignore:
Timestamp:
04/18/11 17:15:09 (14 years ago)
Author:
tbretz
Message:
Fixed a warning due to an unused argument.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/HtmlDelegate.cc

    r10394 r10398  
    1111}
    1212
    13 QSize HtmlDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
     13QSize HtmlDelegate::sizeHint(const QStyleOptionViewItem &/*option*/, const QModelIndex &index) const
    1414{
    1515    QTextDocument doc;
Note: See TracChangeset for help on using the changeset viewer.