mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-01-16 Fred Gleason <fredg@paravelsystems.com>
* Refactored rddbconfig(8) so as to apply cursor styling consistently. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -577,6 +577,10 @@ QString RDCoreApplication::exitCodeText(RDCoreApplication::ExitCode code)
|
||||
ret=tr("bad ticket");
|
||||
break;
|
||||
|
||||
case RDCoreApplication::ExitNoStation:
|
||||
ret=tr("no such host");
|
||||
break;
|
||||
|
||||
case RDCoreApplication::ExitLast:
|
||||
break;
|
||||
}
|
||||
|
@@ -54,7 +54,7 @@ class RDCoreApplication : public QObject
|
||||
ExitLogLinkFailed=10,ExitNoPerms=11,ExitReportFailed=12,
|
||||
ExitImportFailed=13,ExitNoDropbox=14,ExitNoGroup=15,
|
||||
ExitInvalidCart=16,ExitNoSchedCode=17,
|
||||
ExitBadTicket=18,ExitLast=19};
|
||||
ExitBadTicket=18,ExitNoStation=19,ExitLast=20};
|
||||
RDCoreApplication(const QString &module_name,const QString &cmdname,
|
||||
const QString &usage,QObject *parent=0);
|
||||
~RDCoreApplication();
|
||||
|
Reference in New Issue
Block a user