mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 00:23:33 +02:00
2019-06-21 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDApplication::syslog()' methods.
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
#ifndef RDAPPLICATION_H
|
||||
#define RDAPPLICATION_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include <qobject.h>
|
||||
#include <qstringlist.h>
|
||||
|
||||
@@ -61,6 +64,8 @@ class RDApplication : public QObject
|
||||
// void log(RDConfig::LogPriority prio,const QString &msg);
|
||||
bool dropTable(const QString &tbl_name);
|
||||
void addTempFile(const QString &pathname);
|
||||
void syslog(int priority,const char *fmt,...) const;
|
||||
static void syslog(RDConfig *config,int priority,const char *fmt,...);
|
||||
|
||||
private slots:
|
||||
void userChangedData();
|
||||
|
Reference in New Issue
Block a user