mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 14:12:38 +02:00
Add logging category
This commit is contained in:
parent
9c431a11af
commit
6b2fbbf5fe
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
|
||||
#include "LeapMotionPlugin.h"
|
||||
|
||||
#include <QLoggingCategory>
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(inputplugins)
|
||||
Q_LOGGING_CATEGORY(inputplugins, "hifi.inputplugins")
|
||||
|
||||
const char* LeapMotionPlugin::NAME = "Leap Motion";
|
||||
|
||||
void LeapMotionPlugin::pluginUpdate(float deltaTime, const controller::InputCalibrationData& inputCalibrationData) {
|
||||
|
|
Loading…
Reference in a new issue