Swap Order

This commit is contained in:
ZeldaZach 2024-12-28 11:09:54 -05:00
parent 134248f31d
commit db33d7d5e7
No known key found for this signature in database

View file

@ -285,7 +285,7 @@ int BanDialog::getDeleteMessages() const
} }
AdminNotesDialog::AdminNotesDialog(const QString &_userName, const QString &_notes, QWidget *_parent) AdminNotesDialog::AdminNotesDialog(const QString &_userName, const QString &_notes, QWidget *_parent)
: userName(_userName), QDialog(_parent) : QDialog(_parent), userName(_userName)
{ {
setAttribute(Qt::WA_DeleteOnClose); setAttribute(Qt::WA_DeleteOnClose);