]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/Storage/module.h
Warning fixes and copyright update.
[evaf] / src / apps / PswGen / Storage / module.h
index e0839b391ee3183f0c2c9b914b1763f8f03a0c58..68416f0034143a9feb7b06013359e2e7b094a3e0 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Implementation of the iStorage interface
  * @author Enar Vaikene
  *
- * Copyright (c) 2011-2012 Enar Vaikene
+ * Copyright (c) 2011-2019 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -113,7 +113,7 @@ public:
         QAbstractListModel methods
     */
 
-    virtual int rowCount(QModelIndex const & parent) const { return mData.count(); }
+    virtual int rowCount(QModelIndex const &) const { return mData.count(); }
 
     virtual QVariant data(QModelIndex const & index, int role = Qt::DisplayRole) const;