mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 23:55:56 +01:00
2020-03-18 Fred Gleason <fredg@paravelsystems.com>
* Added a 'FEED_IMAGES' table to the database. * Added 'feed_image_test' in 'tests/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -18,17 +18,20 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
|
||||
#include <qstring.h>
|
||||
#include <qdatetime.h>
|
||||
|
||||
#ifndef RDESCAPE_STRING_H
|
||||
#define RDESCAPE_STRING_H
|
||||
|
||||
#include <qbytearray.h>
|
||||
#include <qdatetime.h>
|
||||
#include <qstring.h>
|
||||
|
||||
QString RDCheckDateTime(const QTime &time, const QString &format);
|
||||
QString RDCheckDateTime(const QDateTime &datetime, const QString &format);
|
||||
QString RDCheckDateTime(const QDate &date, const QString &format);
|
||||
QString RDEscapeString(const QString &str);
|
||||
QString RDEscapeShellString(QString str);
|
||||
QString RDEscapeBlob(const QByteArray &data);
|
||||
QString RDEscapeBlob(const char *data,size_t len);
|
||||
|
||||
|
||||
#endif // RDESCAPE_STRING_H
|
||||
|
||||
Reference in New Issue
Block a user