mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
references fix
This commit is contained in:
parent
8de2bdfb99
commit
b3279e03ca
2 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include "AccountManager.h"
|
||||||
|
|
||||||
#include "AccountScriptingInterface.h"
|
#include "AccountScriptingInterface.h"
|
||||||
|
|
||||||
AccountScriptingInterface::AccountScriptingInterface() {
|
AccountScriptingInterface::AccountScriptingInterface() {
|
||||||
|
|
|
@ -12,11 +12,7 @@
|
||||||
#ifndef hifi_AccountScriptingInterface_h
|
#ifndef hifi_AccountScriptingInterface_h
|
||||||
#define hifi_AccountScriptingInterface_h
|
#define hifi_AccountScriptingInterface_h
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
#include "Application.h"
|
|
||||||
|
|
||||||
class AccountScriptingInterface : public QObject {
|
class AccountScriptingInterface : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue