fixed YACReader <-> YACReaderLibrary communication

updated QsLog sources
This commit is contained in:
Luis Ángel San Martín
2014-04-05 09:56:47 +02:00
parent 5155545529
commit 202b974526
9 changed files with 193 additions and 25 deletions

View File

@ -31,7 +31,7 @@
#include <QDebug>
#include <QString>
#define QS_LOG_VERSION "2.0b1"
#define QS_LOG_VERSION "2.0b3"
namespace QsLogging
{
@ -56,7 +56,7 @@ public:
//! The helper forwards the streaming to QDebug and builds the final
//! log message.
class Helper
class QSLOG_SHARED_OBJECT Helper
{
public:
explicit Helper(Level logLevel) :