mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-08-04 Fred Gleason <fredg@paravelsystems.com>
* Modified rdairplay(1) to use the standard date/time formatting strings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -70,6 +70,11 @@ class RDCoreApplication : public QObject
|
||||
RDStation *station();
|
||||
RDSystem *system();
|
||||
RDUser *user();
|
||||
bool timeFormatIs24Hour() const;
|
||||
QString longDateString(const QDate &date) const;
|
||||
QString shortDateString(const QDate &date) const;
|
||||
QString timeString(const QTime &time) const;
|
||||
QString tenthsTimeString(const QTime &time) const;
|
||||
bool dropTable(const QString &tbl_name);
|
||||
void addTempFile(const QString &pathname);
|
||||
void syslog(int priority,const char *fmt,...) const;
|
||||
@@ -104,6 +109,9 @@ class RDCoreApplication : public QObject
|
||||
char app_syslog_name[PATH_MAX];
|
||||
QString app_command_name;
|
||||
QString app_usage;
|
||||
QString app_long_date_format;
|
||||
QString app_short_date_format;
|
||||
QString app_time_format;
|
||||
};
|
||||
|
||||
#endif // RDCOREAPPLICATION_H
|
||||
|
||||
Reference in New Issue
Block a user