summary refs log tree commit diff
path: root/src/ui/TextField.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
commitba8faa357f78561d00b3acf694644b7c3d0bd92b (patch)
tree454a3eb27f5327937f992eba5074a4a4b672f41e /src/ui/TextField.cc
parentMove LeaveRoom dialog to MainWindow (#87) (diff)
downloadnheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz
Remove empty destructors
Diffstat (limited to 'src/ui/TextField.cc')
-rw-r--r--src/ui/TextField.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/TextField.cc b/src/ui/TextField.cc

index 9b410ae5..0c936e69 100644 --- a/src/ui/TextField.cc +++ b/src/ui/TextField.cc
@@ -32,8 +32,6 @@ TextField::TextField(QWidget *parent) QCoreApplication::processEvents(); } -TextField::~TextField() {} - void TextField::setBackgroundColor(const QColor &color) { @@ -273,8 +271,6 @@ TextFieldStateMachine::TextFieldStateMachine(TextField *parent) connect(text_field_, SIGNAL(textChanged(QString)), this, SLOT(setupProperties())); } -TextFieldStateMachine::~TextFieldStateMachine() {} - void TextFieldStateMachine::setLabel(TextFieldLabel *label) { @@ -350,8 +346,6 @@ TextFieldLabel::TextFieldLabel(TextField *parent) setFont(font); } -TextFieldLabel::~TextFieldLabel() {} - void TextFieldLabel::paintEvent(QPaintEvent *) {