aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-19 09:46:37 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-03-19 09:46:37 +0000
commitf05f29132920c00568b867456adc15fdde576fbf (patch)
tree5108ee3402d4b15883409995c0a8465da96e664b /source
parent9d18830ee2a6b7bca3ceb8aad9c0f0753774f153 (diff)
downloadqxmpp-f05f29132920c00568b867456adc15fdde576fbf.tar.gz
cosmetics
Diffstat (limited to 'source')
-rw-r--r--source/QXmppLogger.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/source/QXmppLogger.h b/source/QXmppLogger.h
index 1526e657..087d00aa 100644
--- a/source/QXmppLogger.h
+++ b/source/QXmppLogger.h
@@ -34,14 +34,15 @@ class QXmppLogger : public QObject
public:
enum LoggingType
{
- NONE = 0, ///< DEPRECATED Log messages are discarded
- FILE, ///< DEPRECATED Log messages are written to a file
- STDOUT, ///< DEPRECATED Log messages are written to the standard output
-
NoLogging = 0, ///< Log messages are discarded
FileLogging, ///< Log messages are written to a file
StdoutLogging, ///< Log messages are written to the standard output
- SignalLogging ///< Log messages are emitted as a signal
+ SignalLogging, ///< Log messages are emitted as a signal
+
+ // Deprecated
+ NONE = 0, ///< DEPRECATED Log messages are discarded
+ FILE, ///< DEPRECATED Log messages are written to a file
+ STDOUT ///< DEPRECATED Log messages are written to the standard output
};
enum MessageType