23 #ifndef __SERVERLISTFILTERINFO_H__ 
   24 #define __SERVERLISTFILTERINFO_H__ 
   27 #include <QStringList> 
   29 #include "gui/entity/showmode.h" 
   41         QStringList gameModes;
 
   42         QStringList gameModesExcluded;
 
   53         QStringList wadsExcluded;
 
   54         Doomseeker::ShowMode testingServers;
 
   79         QString toString() 
const;
 
   83         void copyTrimmed(QStringList &target, 
const QStringList &source) 
const;