4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 02:59:34 +00:00

Fix a few EBN warnings.

svn path=/trunk/kdesupport/qca/; revision=705818
This commit is contained in:
Brad Hards 2007-08-28 17:04:45 +00:00
parent f905028190
commit 7ffb1dea73

@ -770,7 +770,7 @@ public:
\param a the array of data to write to the Console
\sa write() wich is suitable for non-sensitive data
\sa write() which is suitable for non-sensitive data
*/
void writeSecure(const SecureArray &a);
@ -992,7 +992,7 @@ public:
\param message the text to log
*/
void logTextMessage(const QString &message, Severity = Information);
void logTextMessage(const QString &message, Logger::Severity = Information);
/**
Log a binary blob to all available log devices
@ -1003,7 +1003,7 @@ public:
example, it might be logged as a binary, or it might be
encoded in some way
*/
void logBinaryMessage(const QByteArray &blob, Severity = Information);
void logBinaryMessage(const QByteArray &blob, Logger::Severity = Information);
/**
Add an AbstractLogDevice subclass to the existing list of loggers