added settings variable to allow to always display the help of each tab the first time it is shown

This commit is contained in:
csoler 2017-02-25 23:52:57 +01:00
parent dc51911fce
commit 12246e369b
13 changed files with 49 additions and 16 deletions

View file

@ -188,7 +188,8 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags)
</p> \
"
).arg(QString::number(2*S)).arg(QString::number(S)) ;
registerHelpButton(ui.helpButton,help_str) ;
registerHelpButton(ui.helpButton,help_str,"ChatLobbyDialog") ;
}
ChatLobbyWidget::~ChatLobbyWidget()