23 #ifndef __SERVERLISTFILTERINFO_H__
24 #define __SERVERLISTFILTERINFO_H__
27 #include <QStringList>
30 #include "gui/entity/showmode.h"
43 bool bShowBannedServers;
44 bool bShowTooSoonServers;
45 bool bShowNotRespondingServers;
46 QStringList gameModes;
47 QStringList gameModesExcluded;
49 Doomseeker::ShowMode lockedServers;
60 QStringList wadsExcluded;
61 Doomseeker::ShowMode testingServers;
98 QVariant serialize()
const;
100 QString toString()
const;
104 void copyTrimmed(QStringList &target,
const QStringList &source)
const;