diff options
| author | Tannin <devnull@localhost> | 2015-04-08 18:54:09 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-04-08 18:54:09 +0200 |
| commit | 9eb1a303a7b750f69e1cf0cdf7518e09d6b62c2d (patch) | |
| tree | b48dd12c100614aca3b942b79ea5eb00b394af9a /src/modlist.cpp | |
| parent | a44c4bbdb2b99759b4d36687153465df51cc9cf9 (diff) | |
cosmetic changes and increased version number
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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)
|
