mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 18:32:17 -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)
|
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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue