mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Code cleanup
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#include "oddspinbox.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
OddSpinBox::OddSpinBox(QWidget *parent) : QSpinBox(parent)
|
||||
{
|
||||
setSingleStep(2);
|
||||
|
Reference in New Issue
Block a user