mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 21:26:32 +02:00
make goToUser public again
This commit is contained in:
parent
e9bdf7e73a
commit
dc4ae082f8
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,8 @@ public slots:
|
|||
void goBack();
|
||||
void goForward();
|
||||
|
||||
void goToUser(const QString& username);
|
||||
|
||||
void storeCurrentAddress();
|
||||
|
||||
void copyAddress();
|
||||
|
@ -100,7 +102,6 @@ private slots:
|
|||
void handleAPIResponse(QNetworkReply& requestReply);
|
||||
void handleAPIError(QNetworkReply& errorReply);
|
||||
|
||||
void goToUser(const QString& username);
|
||||
void goToAddressFromObject(const QVariantMap& addressMap, const QNetworkReply& reply);
|
||||
private:
|
||||
void setHost(const QString& host, LookupTrigger trigger);
|
||||
|
|
Loading…
Reference in a new issue