mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-10-14 Fred Gleason <fredg@paravelsystems.com>
* Implemented a '%r' wildcard for Rivendell Host Name.
This commit is contained in:
@@ -23,9 +23,12 @@
|
||||
|
||||
#include <qdatetime.h>
|
||||
|
||||
QString RDDateDecode(QString str,const QDate &date,const QString &svcname="");
|
||||
#include <rdconfig.h>
|
||||
|
||||
QString RDDateDecode(QString str,const QDate &date,RDConfig *config,
|
||||
const QString &svcname="");
|
||||
QString RDDateTimeDecode(QString str,const QDateTime &datetime,
|
||||
const QString &svcname="");
|
||||
RDConfig *config,const QString &svcname="");
|
||||
|
||||
|
||||
#endif // RDDATEDECODE
|
||||
|
||||
Reference in New Issue
Block a user