mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +02:00
Add constructor to suppress warning
This commit is contained in:
parent
ba4f41b59a
commit
50929b780d
2 changed files with 6 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
#include "PointerManager.h"
|
||||
|
||||
PointerManager::PointerManager() {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ class PointerManager : public QObject, public Dependency {
|
|||
Q_OBJECT
|
||||
SINGLETON_DEPENDENCY
|
||||
public:
|
||||
PointerManager();
|
||||
|
||||
signals:
|
||||
void triggerBegin(const QUuid& id, const PointerEvent& pointerEvent);
|
||||
|
|
Loading…
Reference in a new issue