Implement basic tab autocomplete (#75)

This commit is contained in:
hemirt
2017-07-09 00:09:02 +02:00
committed by pajlada
parent fef62fda80
commit 2425ddbd2c
5 changed files with 138 additions and 41 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ private:
virtual void refreshTheme() override;
private slots:
void setMessageLengthVisisble(bool value)
void setMessageLengthVisible(bool value)
{
textLengthLabel.setHidden(!value);
}