mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Code cleanup
This commit is contained in:
parent
aff7b1c13f
commit
ffc61552d2
@ -1,7 +1,5 @@
|
|||||||
#include "oddspinbox.h"
|
#include "oddspinbox.h"
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
OddSpinBox::OddSpinBox(QWidget *parent) : QSpinBox(parent)
|
OddSpinBox::OddSpinBox(QWidget *parent) : QSpinBox(parent)
|
||||||
{
|
{
|
||||||
setSingleStep(2);
|
setSingleStep(2);
|
||||||
|
Loading…
Reference in New Issue
Block a user