diff options
| author | Tannin <devnull@localhost> | 2014-12-04 19:25:07 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-04 19:25:07 +0100 |
| commit | 6c1e63258c75d1b306434373c2dd8b7bb366eabb (patch) | |
| tree | 4a8e5961ae037780e2edf08d6ae5cd5938d1dca9 /src | |
| parent | 226993eecee22e3cb39fc30aedfef587cc58330c (diff) | |
minor fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index 46959589..d294bdd1 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -430,7 +430,7 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role) } break; case COL_VERSION: { VersionInfo::VersionScheme scheme = info->getVersion().scheme(); - VersionInfo version(value.toString(), scheme); + VersionInfo version(value.toString(), scheme, true); if (version.isValid()) { info->setVersion(version); result = true; |
