DatabaseThread optimized

This commit is contained in:
Rafael 2016-04-13 16:03:08 +02:00
parent 82d7967c04
commit 0089a6d7f6
2 changed files with 15 additions and 11 deletions

View file

@ -32,6 +32,7 @@ public:
private:
CrewDatabase *crewDB;
void scanCrewMembersList(QStringList crewList, int maxPages, int requestDelay);
bool threadRunning;
int crewMaxPages;
int plyrPerReq;