19#ifndef IMPORT_PROGRESS_DIALOG_H
20#define IMPORT_PROGRESS_DIALOG_H
27 class ImportProgressDialog;
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;
virtual ~ImportProgressDialog()
Definition importprogressdlg.cpp:53
ImportProgressDialog(PgnImporter *pgnImporter, QWidget *parent=nullptr)
Definition importprogressdlg.cpp:25
Reads PGN database in a separate thread.
Definition pgnimporter.h:32