mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Swap Order
This commit is contained in:
parent
134248f31d
commit
db33d7d5e7
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ int BanDialog::getDeleteMessages() const
|
|||
}
|
||||
|
||||
AdminNotesDialog::AdminNotesDialog(const QString &_userName, const QString &_notes, QWidget *_parent)
|
||||
: userName(_userName), QDialog(_parent)
|
||||
: QDialog(_parent), userName(_userName)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue