From 9eb1a303a7b750f69e1cf0cdf7518e09d6b62c2d Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 8 Apr 2015 18:54:09 +0200 Subject: cosmetic changes and increased version number --- src/modlist.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modlist.cpp') diff --git a/src/modlist.cpp b/src/modlist.cpp index 863e85fc..866445a6 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -434,7 +434,6 @@ bool ModList::renameMod(int index, const QString &newName) return true; } - bool ModList::setData(const QModelIndex &index, const QVariant &value, int role) { if (m_Profile == nullptr) return false; @@ -523,9 +522,6 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role) } - - - QVariant ModList::headerData(int section, Qt::Orientation orientation, int role) const { @@ -846,7 +842,6 @@ bool ModList::dropMimeData(const QMimeData *mimeData, Qt::DropAction action, int } else { return dropMod(mimeData, row, parent); } - } void ModList::removeRowForce(int row, const QModelIndex &parent) -- cgit v1.3.1