mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that caused it to fail to start properly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
5d948d0848
commit
77f3035ed9
@ -21214,3 +21214,6 @@
|
||||
* Removed vestigal signals from 'RDSocket'.
|
||||
* Fixed a bug in 'RDApplication' that could cause 'openlog(3)'
|
||||
to receive a corrupt 'ident' value.
|
||||
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcatchd(8) that caused it to fail to
|
||||
start properly.
|
||||
|
@ -2684,7 +2684,7 @@ QString MainObject::GetTempRecordingName(int id) const
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
QApplication a(argc,argv,false);
|
||||
QCoreApplication a(argc,argv,false);
|
||||
new MainObject();
|
||||
return a.exec();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user