mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:10:52 +02:00
Comment explaining category debugs
This commit is contained in:
parent
0a4ab23356
commit
4b9797c179
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
#include "HoverOverlayInterface.h"
|
#include "HoverOverlayInterface.h"
|
||||||
|
|
||||||
HoverOverlayInterface::HoverOverlayInterface() {
|
HoverOverlayInterface::HoverOverlayInterface() {
|
||||||
|
// "hover_overlay" debug log category disabled by default.
|
||||||
|
// Create your own "qtlogging.ini" file and set your "QT_LOGGING_CONF" environment variable
|
||||||
|
// if you'd like to enable/disable certain categories.
|
||||||
|
// More details: http://doc.qt.io/qt-5/qloggingcategory.html#configuring-categories
|
||||||
QLoggingCategory::setFilterRules(QStringLiteral("hifi.hover_overlay.debug=false"));
|
QLoggingCategory::setFilterRules(QStringLiteral("hifi.hover_overlay.debug=false"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue