mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:03:31 +02: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