mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 02:51:45 -04:00
added help string for relays
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6824 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7d3f8b5c10
commit
cf8d6682da
2 changed files with 14 additions and 1 deletions
|
@ -42,7 +42,7 @@ class RelayPage: public ConfigPage
|
|||
|
||||
virtual QPixmap iconPixmap() const { return QPixmap(":/images/server_24x24.png") ; }
|
||||
virtual QString pageName() const { return tr("Relay") ; }
|
||||
virtual QString helpText() const { return ""; }
|
||||
virtual QString helpText() const ;
|
||||
|
||||
public slots:
|
||||
void updateRelayOptions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue