From ffc61552d24e26b9ea05fdd34ed19afda4abbba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 22 May 2017 23:42:15 +0200 Subject: [PATCH] Code cleanup --- src/oddspinbox.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/oddspinbox.cpp b/src/oddspinbox.cpp index 0365e47a..2f965f43 100644 --- a/src/oddspinbox.cpp +++ b/src/oddspinbox.cpp @@ -1,7 +1,5 @@ #include "oddspinbox.h" -#include - OddSpinBox::OddSpinBox(QWidget *parent) : QSpinBox(parent) { setSingleStep(2);