added some delay in the showHelp() feature

This commit is contained in:
csoler 2017-02-26 00:16:36 +01:00
parent 12246e369b
commit 3230e55f04
4 changed files with 12 additions and 10 deletions

View file

@ -36,7 +36,7 @@ public:
void setHelpText(const QString &helpText);
public slots:
void showHelp(bool state);
void showHelp(bool state=false);
private slots:
void textChanged();