mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
Add convenience overload for ScanningDialog::run
This commit is contained in:
parent
2b862bf431
commit
427b930531
2 changed files with 17 additions and 0 deletions
|
@ -35,6 +35,9 @@ public:
|
|||
const QString& windowTitle,
|
||||
QWidget* parent = nullptr );
|
||||
|
||||
static void run( const QFuture< void >& future,
|
||||
QWidget* parent = nullptr );
|
||||
|
||||
public slots:
|
||||
void setVisible( bool visible ) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue