mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -141,7 +141,7 @@ namespace BlackGui
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
if (user.isAuthenticated())
|
||||
{
|
||||
CLogMessage(this).info("User authenticated: %1") << user.toQString();
|
||||
CLogMessage(this).info(u"User authenticated: %1") << user.toQString();
|
||||
this->setModeLogin(false);
|
||||
ui->le_Name->setText(user.getRealNameAndId());
|
||||
ui->te_Roles->setPlainText(user.getRolesAsString());
|
||||
|
||||
Reference in New Issue
Block a user