threading issues fixed
This commit is contained in:
parent
a8501be581
commit
7591d805c9
13 changed files with 251 additions and 93 deletions
|
|
@ -29,6 +29,9 @@ class DatabaseThread : public QThread
|
|||
public:
|
||||
explicit DatabaseThread(CrewDatabase *crewDB, QObject *parent = 0);
|
||||
|
||||
public slots:
|
||||
void doEndThread();
|
||||
|
||||
private:
|
||||
CrewDatabase *crewDB;
|
||||
void scanCrewMembersList(QStringList crewList, int maxPages, int requestDelay);
|
||||
|
|
@ -43,7 +46,7 @@ protected:
|
|||
signals:
|
||||
void playerNameFound(int playerID, QString playerName);
|
||||
void playerNameUpdated();
|
||||
|
||||
void threadEndCommited();
|
||||
};
|
||||
|
||||
#endif // DATABASETHREAD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue