mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 &);
|
typedef bool (Application::* AcceptURLMethod)(const QString &);
|
||||||
|
|
||||||
class Application : public QApplication,
|
class Application :
|
||||||
|
public QApplication,
|
||||||
public AbstractViewStateInterface,
|
public AbstractViewStateInterface,
|
||||||
AbstractScriptingServicesInterface,
|
public AbstractScriptingServicesInterface,
|
||||||
public PacketListener {
|
public PacketListener {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue