diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:48:14 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:48:14 +0200 |
| commit | e63fabec07872984dec1ed8f2e9661447b686768 (patch) | |
| tree | 2becad06f745a1f704f9606f2399cb500c638c32 /examples/GuiClient/rosterItem.cpp | |
| parent | a7337a5f8b5ccad1dd526fbb69b6564087f7bd7f (diff) | |
| download | qxmpp-e63fabec07872984dec1ed8f2e9661447b686768.tar.gz | |
fix compiler warnings
Diffstat (limited to 'examples/GuiClient/rosterItem.cpp')
| -rw-r--r-- | examples/GuiClient/rosterItem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/rosterItem.cpp b/examples/GuiClient/rosterItem.cpp index 48efff27..5337d738 100644 --- a/examples/GuiClient/rosterItem.cpp +++ b/examples/GuiClient/rosterItem.cpp @@ -101,6 +101,8 @@ rosterItemDelegate::rosterItemDelegate() QSize rosterItemDelegate::sizeHint(const QStyleOptionViewItem& option, const QModelIndex & index) const { + Q_UNUSED(option); + Q_UNUSED(index); return QSize(44, 36); } |
