undefined reference to `QLoggingCategory::~QLoggingCategory()'.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-04-02 20:09:57 +03:00
parent f59625f56f
commit 7de628f79a

View file

@ -28,7 +28,7 @@ class QLoggingCategory
Q_DISABLE_COPY(QLoggingCategory)
public:
explicit QLoggingCategory(const char *category) : name(category) {}
~QLoggingCategory();
~QLoggingCategory() {}
bool isDebugEnabled() const { return false; }
bool isWarningEnabled() const { return true; }