aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/rosterItem.cpp
diff options
context:
space:
mode:
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);
}