mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix Application inheritance formatting
This commit is contained in:
parent
e744e08577
commit
aa517adb73
1 changed files with 3 additions and 2 deletions
|
@ -135,9 +135,10 @@ class Application;
|
|||
|
||||
typedef bool (Application::* AcceptURLMethod)(const QString &);
|
||||
|
||||
class Application : public QApplication,
|
||||
class Application :
|
||||
public QApplication,
|
||||
public AbstractViewStateInterface,
|
||||
AbstractScriptingServicesInterface,
|
||||
public AbstractScriptingServicesInterface,
|
||||
public PacketListener {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue