diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2013-03-21 11:01:59 +0100 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2013-03-21 11:01:59 +0100 |
commit | e297dbd8052ef4e66f069e2dd1865ae7fa8af28e (patch) | |
tree | 342fea0a2f6f33b8b62dad2d1729f8209da1a1ba /DebugEngine.h | |
parent | 8f9f382e1c97cab2e72e97495650c73ac4b97314 (diff) |
Imported Upstream version 0.3.1.0
Diffstat (limited to 'DebugEngine.h')
-rw-r--r-- | DebugEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DebugEngine.h b/DebugEngine.h index d717c2e..fb1eda9 100644 --- a/DebugEngine.h +++ b/DebugEngine.h @@ -66,7 +66,7 @@ class DebugEngine : public QObject, public Singleton<DebugEngine> /** \brief ask to the user where save the bug report \warning This function can be only call by the graphical thread */ void saveBugReport(); - /// \todo Put into DebugEngine the dialog to send by the net + void addDebugInformation(const DebugLevel_custom &level,const QString& fonction,const QString& text,QString file="",const int& ligne=-1,const QString& location="Core"); private: /// \brief Initiate the ultracopier event dispatcher and check if no other session is running |