Tidying
This commit is contained in:
@@ -54,5 +54,5 @@ ErrorDialogue::ErrorDialogue(
|
||||
|
||||
this->errorMessageLabel->setText(errorMessage);
|
||||
|
||||
this->connect(this->okButton, &QPushButton::clicked, this, &QDialog::close);
|
||||
QObject::connect(this->okButton, &QPushButton::clicked, this, &QDialog::close);
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace Bloom::Widgets
|
||||
{
|
||||
class Q_WIDGETS_EXPORT ErrorDialogue: public QDialog
|
||||
class ErrorDialogue: public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user