mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
Add LogError()
This commit is contained in:
@@ -73,6 +73,7 @@ class MainObject : public QObject
|
|||||||
void WriteTimestampCache(const QString &filename,const QDateTime &dt);
|
void WriteTimestampCache(const QString &filename,const QDateTime &dt);
|
||||||
bool SchedulerCodeExists(const QString &code) const;
|
bool SchedulerCodeExists(const QString &code) const;
|
||||||
void ReadXmlFile(const QString &basename,RDWaveData *wavedata) const;
|
void ReadXmlFile(const QString &basename,RDWaveData *wavedata) const;
|
||||||
|
void LogError(RDConfig::LogPriority prio,const QString &msg);
|
||||||
void SendNotification(RDNotification::Action action,unsigned cartnum);
|
void SendNotification(RDNotification::Action action,unsigned cartnum);
|
||||||
unsigned import_file_key;
|
unsigned import_file_key;
|
||||||
RDGroup *import_group;
|
RDGroup *import_group;
|
||||||
|
|||||||
Reference in New Issue
Block a user