diff options
Diffstat (limited to 'pokemodr/models/CoinListObjectModel.cpp')
| -rw-r--r-- | pokemodr/models/CoinListObjectModel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemodr/models/CoinListObjectModel.cpp b/pokemodr/models/CoinListObjectModel.cpp index ffce721e..0bf7152f 100644 --- a/pokemodr/models/CoinListObjectModel.cpp +++ b/pokemodr/models/CoinListObjectModel.cpp @@ -93,8 +93,3 @@ bool CoinListObjectModel::setData(const QVariant& value, int role) } return false; } - -int CoinListObjectModel::indexNumber() const -{ - return static_cast<const CoinList*>(m_object->parent())->objectIndex(m_object->id()); -} |
