Some GUI adjustments / formatting found during #702

* selection in view (full row)
* Unused function removed
* Allow reduced message form
This commit is contained in:
Klaus Basan
2016-07-05 12:36:40 +02:00
parent ebb3d0d690
commit 77c749aba2
11 changed files with 66 additions and 22 deletions

View File

@@ -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