mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-05-09 Fred Gleason <fredg@paravelsystems.com>
* Added rdvairplay(1).
This commit is contained in:
@@ -219,6 +219,12 @@ RDUser *RDApplication::user()
|
||||
}
|
||||
|
||||
|
||||
void RDApplication::log(RDConfig::LogPriority prio,const QString &msg)
|
||||
{
|
||||
app_config->log(app_module_name,prio,msg);
|
||||
}
|
||||
|
||||
|
||||
void RDApplication::userChangedData()
|
||||
{
|
||||
app_user->setName(app_ripc->user());
|
||||
|
||||
Reference in New Issue
Block a user