mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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);
|
||||
|
||||
bool goToDestination(QString destination);
|
||||
void goToOrientation(QString orientation);
|
||||
void goToDomain(const QString newDomain);
|
||||
void goTo(QString destination);
|
||||
bool static goToDestination(QString destination);
|
||||
void static goToOrientation(QString orientation);
|
||||
void static goToDomain(const QString newDomain);
|
||||
void static goTo(QString destination);
|
||||
|
||||
public slots:
|
||||
|
||||
|
|
Loading…
Reference in a new issue