mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Some GUI adjustments / formatting found during #702
* selection in view (full row) * Unused function removed * Allow reduced message form
This commit is contained in:
@@ -57,9 +57,9 @@ namespace BlackGui
|
||||
|
||||
void CUserComponent::update()
|
||||
{
|
||||
if (!sGui || !sGui->getIContextNetwork()) { return; }
|
||||
Q_ASSERT(this->ui->tvp_AllUsers);
|
||||
Q_ASSERT(this->ui->tvp_Clients);
|
||||
Q_ASSERT(sGui->getIContextNetwork());
|
||||
|
||||
if (sGui->getIContextNetwork()->isConnected())
|
||||
{
|
||||
@@ -99,6 +99,5 @@ namespace BlackGui
|
||||
this->ui->tvp_Clients->clear();
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user