mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-10-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SHORT_NAME' field to the database. * Incremented the database version to 270. * Added 'RDStation::shortName()' and 'RDStation::setShortName()' methods. * Removed the 'Broadcast Security Model' control from the 'Edit Host' dialog. * Added a 'Short Name' control to the 'Edit Host' dialog. * Implemented a '%R' wildcard for Rivendell Host Short Name.
This commit is contained in:
@@ -23,12 +23,14 @@
|
||||
|
||||
#include <qdatetime.h>
|
||||
|
||||
#include <rdstation.h>
|
||||
#include <rdconfig.h>
|
||||
|
||||
QString RDDateDecode(QString str,const QDate &date,RDConfig *config,
|
||||
const QString &svcname="");
|
||||
QString RDDateDecode(QString str,const QDate &date,RDStation *station,
|
||||
RDConfig *config,const QString &svcname="");
|
||||
QString RDDateTimeDecode(QString str,const QDateTime &datetime,
|
||||
RDConfig *config,const QString &svcname="");
|
||||
RDStation *station,RDConfig *config,
|
||||
const QString &svcname="");
|
||||
|
||||
|
||||
#endif // RDDATEDECODE
|
||||
|
||||
Reference in New Issue
Block a user