undefined reference to `QLoggingCategory::~QLoggingCategory()'.
--HG-- branch : develop
This commit is contained in:
parent
f59625f56f
commit
7de628f79a
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user