diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 20:28:12 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 20:28:12 +0000 |
| commit | e6cc346c60ff606cefa1773628bd0c8f770dd5d9 (patch) | |
| tree | 482c263cc47c5ec93fd6a12c53e5cd372f7ed7df /source/QXmppLogger.h | |
| parent | fad04899470294d98233cfc27c6c18f82990c7ac (diff) | |
| download | qxmpp-e6cc346c60ff606cefa1773628bd0c8f770dd5d9.tar.gz | |
hide QXmppLogger internals
Diffstat (limited to 'source/QXmppLogger.h')
| -rw-r--r-- | source/QXmppLogger.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/QXmppLogger.h b/source/QXmppLogger.h index 56ee35a6..17e78312 100644 --- a/source/QXmppLogger.h +++ b/source/QXmppLogger.h @@ -25,9 +25,6 @@ #ifndef QXMPPLOGGER_H #define QXMPPLOGGER_H -#include <QTextStream> -#include <QFile> - /// Singleton class class QXmppLogger { @@ -40,6 +37,7 @@ public: }; static QXmppLogger* getLogger(); + QXmppLogger::LoggingType loggingType(); void setLoggingType(QXmppLogger::LoggingType); @@ -56,8 +54,6 @@ protected: private: static QXmppLogger* m_logger; QXmppLogger::LoggingType m_loggingType; - QFile m_file; - QTextStream m_stream; }; #endif // QXMPPLOGGER_H |
