From e63fabec07872984dec1ed8f2e9661447b686768 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 13 Sep 2012 10:48:14 +0200 Subject: fix compiler warnings --- examples/GuiClient/rosterItem.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/GuiClient/rosterItem.cpp') 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); } -- cgit v1.2.3