mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-12 06:01:15 +02:00
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdimport(1) that caused it to fail to start in dropbox mode. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
77f3035ed9
commit
1f3286ac10
@ -21217,3 +21217,6 @@
|
||||
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcatchd(8) that caused it to fail to
|
||||
start properly.
|
||||
2021-02-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdimport(1) that caused it to fail to
|
||||
start in dropbox mode.
|
||||
|
@ -2323,7 +2323,7 @@ void MainObject::ErrorExit(RDApplication::ExitCode code) 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