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:
parent
e5dc113bfc
commit
7e78a422e8
24 changed files with 254 additions and 431 deletions
12
backend/NostalgiaInstance.cpp
Normal file
12
backend/NostalgiaInstance.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "NostalgiaInstance.h"
|
||||
|
||||
NostalgiaInstance::NostalgiaInstance ( const QString& rootDir, SettingsObject* settings, QObject* parent )
|
||||
: OneSixInstance ( rootDir, settings, parent )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
ADD MORE
|
||||
IF REQUIRED
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue