Remove empty destructors

This commit is contained in:
Konstantinos Sideris 2018-02-10 16:29:09 +02:00
parent 26f221ec23
commit ba8faa357f
41 changed files with 7 additions and 86 deletions

View file

@ -80,7 +80,6 @@ class TextInputWidget : public QWidget
public:
TextInputWidget(QWidget *parent = 0);
~TextInputWidget();
void stopTyping();