This commit is contained in:
Nav
2021-10-21 19:24:48 +01:00
parent 9b21e55815
commit 6b11956c90
27 changed files with 93 additions and 93 deletions

View File

@@ -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);
}

View File

@@ -6,7 +6,7 @@
namespace Bloom::Widgets
{
class Q_WIDGETS_EXPORT ErrorDialogue: public QDialog
class ErrorDialogue: public QDialog
{
Q_OBJECT