summaryrefslogtreecommitdiff
path: root/basket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basket.cxx')
-rw-r--r--basket.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basket.cxx b/basket.cxx
index c4905e0..9dadf55 100644
--- a/basket.cxx
+++ b/basket.cxx
@@ -5,7 +5,7 @@ namespace ICClient {
int Basket::rowCount(QModelIndex const& parent) const
{
Q_UNUSED(parent)
- return items.count();
+ return items.count();
}
QVariant Basket::data(QModelIndex const& index, int role) const