mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-12 15:46:26 +01:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdclilogedit(1) that caused startup to fail if an X11 display context was not available. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22964,3 +22964,6 @@
|
|||||||
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
|
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in rdairplay(1) that caused currently playing
|
* Fixed a regression in rdairplay(1) that caused currently playing
|
||||||
log items to disappear when loading a new log.
|
log items to disappear when loading a new log.
|
||||||
|
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdclilogedit(1) that caused startup to fail if
|
||||||
|
an X11 display context was not available.
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ void MainObject::SendNotification(RDNotification::Action action,
|
|||||||
|
|
||||||
int main(int argc,char *argv[])
|
int main(int argc,char *argv[])
|
||||||
{
|
{
|
||||||
QApplication a(argc,argv,false);
|
QCoreApplication a(argc,argv);
|
||||||
new MainObject();
|
new MainObject();
|
||||||
return a.exec();
|
return a.exec();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user