ui beautifying

This commit is contained in:
hypnosis-i2p 2017-09-08 23:07:27 +08:00
parent 66661417d7
commit ec76381a0b
5 changed files with 57 additions and 8 deletions

View file

@ -35,7 +35,7 @@ public:
void deleteTunnelForm();
void hideWrongInputLabel() const { wrongInputPane->setVisible(false); }
void hideWrongInputLabel() const;
void highlightWrongInput(QString warningText, QWidget* controlWithWrongInput);
virtual ServerTunnelPane* asServerTunnelPane()=0;