Version filtering and general related code sanitization.

Version list dialog has alternating row background set.
Nostalgia versions, based on OneSix.
This commit is contained in:
Petr Mrázek
2013-08-11 18:58:24 +02:00
parent e5dc113bfc
commit 7e78a422e8
24 changed files with 254 additions and 431 deletions

View File

@@ -50,7 +50,7 @@ private:
JobListQueue download_queue;
// target version, determined during this task
MinecraftVersion *targetVersion;
QSharedPointer<MinecraftVersion> targetVersion;
};