mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 16:37:02 +00:00
CProgressDialog: Remove redundant future copies
We can pass by reference here.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "CEditorApplication.h"
|
||||
#include <QCloseEvent>
|
||||
|
||||
CProgressDialog::CProgressDialog(QString OperationName, bool UseBusyIndicator, bool AlertOnFinish, QWidget *pParent)
|
||||
CProgressDialog::CProgressDialog(const QString& OperationName, bool UseBusyIndicator, bool AlertOnFinish, QWidget *pParent)
|
||||
: IProgressNotifierUI(pParent)
|
||||
, mpUI(std::make_unique<Ui::CProgressDialog>())
|
||||
, mUseBusyIndicator(UseBusyIndicator)
|
||||
|
||||
Reference in New Issue
Block a user