23 #ifndef __SERVERLISTFILTERINFO_H__
24 #define __SERVERLISTFILTERINFO_H__
26 #include <QHostAddress>
28 #include <QStringList>
31 #include "gui/entity/addressfilter.h"
32 #include "gui/entity/showmode.h"
45 bool bShowBannedServers;
46 bool bShowTooSoonServers;
47 bool bShowNotRespondingServers;
50 QStringList gameModes;
51 QStringList gameModesExcluded;
53 Doomseeker::ShowMode lockedServers;
64 QStringList wadsExcluded;
65 Doomseeker::ShowMode testingServers;
102 QVariant serialize()
const;
104 QString toString()
const;
108 void copyTrimmed(QStringList &target,
const QStringList &source)
const;