mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 08:02:46 +00:00
citra_qt: fix clang-format
This commit is contained in:
parent
784c41bf34
commit
b33f7901b6
|
@ -70,9 +70,8 @@ Lobby::Lobby(QWidget* parent, QStandardItemModel* list,
|
||||||
|
|
||||||
QString Lobby::PasswordPrompt() {
|
QString Lobby::PasswordPrompt() {
|
||||||
bool ok;
|
bool ok;
|
||||||
const QString text =
|
const QString text = QInputDialog::getText(this, tr("Password Required to Join"),
|
||||||
QInputDialog::getText(this, tr("Password Required to Join"), tr("Password:"),
|
tr("Password:"), QLineEdit::Password, "", &ok);
|
||||||
QLineEdit::Password, "", &ok);
|
|
||||||
return ok ? text : QString();
|
return ok ? text : QString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue