24 #ifndef DIGIKAM_DBUSY_DLG_H
25 #define DIGIKAM_DBUSY_DLG_H
31 #include <QProgressDialog>
56 void run()
override {};
61 class DIGIKAM_EXPORT
DBusyDlg :
public QProgressDialog
67 explicit DBusyDlg(
const QString& txt, QWidget*
const parent =
nullptr);
Definition: dbusydlg.h:62
Definition: dbusydlg.h:41
void run() override
Reimplement this method with your code to run in a separate thread.
Definition: dbusydlg.h:56
Definition: datefolderview.cpp:43