aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/rosterItem.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:48:14 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:48:14 +0200
commite63fabec07872984dec1ed8f2e9661447b686768 (patch)
tree2becad06f745a1f704f9606f2399cb500c638c32 /examples/GuiClient/rosterItem.cpp
parenta7337a5f8b5ccad1dd526fbb69b6564087f7bd7f (diff)
downloadqxmpp-e63fabec07872984dec1ed8f2e9661447b686768.tar.gz
fix compiler warnings
Diffstat (limited to 'examples/GuiClient/rosterItem.cpp')
-rw-r--r--examples/GuiClient/rosterItem.cpp2
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);
}