mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:10:34 +02:00
Fixed missing forward declaration
This commit is contained in:
parent
d0d9d4bbac
commit
f1460e5c5b
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
#include <QStandardItemModel>
|
||||
#include <QTreeView>
|
||||
|
||||
class QNetworkReply;
|
||||
|
||||
enum ModelType {
|
||||
ENTITY_MODEL,
|
||||
HEAD_MODEL,
|
||||
|
|
Loading…
Reference in a new issue