19 #ifndef IMPORT_PROGRESS_DIALOG_H 20 #define IMPORT_PROGRESS_DIALOG_H 47 void onImporterFinished();
48 void onImportError(
int error);
49 void updateImportStatus(
const QTime& startTime,
int numReadGames, qint64 numReadBytes);
53 qint64 m_totalFileSize;
56 Ui::ImportProgressDialog* ui;
59 #endif // IMPORT_PROGRESS_DIALOG_H
Definition: engineconfigurationdlg.h:30
Reads PGN database in a separate thread.
Definition: pgnimporter.h:31
Dialog for PGN database import progress.
Definition: importprogressdlg.h:35