mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix QAbstractNativeEventFilter include
This commit is contained in:
parent
bc28bfa464
commit
cd46a55369
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#define hifi_AssignmentClient_h
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QAbstractNativeEventFilter.h>
|
||||
#include <QAbstractNativeEventFilter>
|
||||
|
||||
#include "ThreadedAssignment.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue