refs #573, added exclude/include combo box in UI

* access to user, only admin may edit include/exclude
* updated UI
This commit is contained in:
Klaus Basan
2016-01-17 00:34:54 +01:00
parent 563f71416e
commit a125b02984
5 changed files with 69 additions and 1 deletions

View File

@@ -19,5 +19,15 @@ namespace BlackGui
CForm::~CForm() { }
const BlackMisc::Network::CAuthenticatedUser &CForm::getUser() const
{
return this->m_user.get();
}
void CForm::ps_userChanged()
{
// void
}
} // ns
} // ns