mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02:00
Changed goTo's to statics
This commit is contained in:
parent
d55fb60862
commit
b3ce36f130
1 changed files with 4 additions and 4 deletions
|
@ -135,10 +135,10 @@ public:
|
||||||
|
|
||||||
void removeAction(QMenu* menu, const QString& actionName);
|
void removeAction(QMenu* menu, const QString& actionName);
|
||||||
|
|
||||||
bool goToDestination(QString destination);
|
bool static goToDestination(QString destination);
|
||||||
void goToOrientation(QString orientation);
|
void static goToOrientation(QString orientation);
|
||||||
void goToDomain(const QString newDomain);
|
void static goToDomain(const QString newDomain);
|
||||||
void goTo(QString destination);
|
void static goTo(QString destination);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue