PartDesign: Replaced QuantitySpinBox by SpinBox for "occurrences" input field.

This commit is contained in:
Eivind Kvedalen
2015-09-28 22:05:39 +02:00
committed by wmayer
parent cbb4c52310
commit 9a0c58986f
9 changed files with 50 additions and 38 deletions

View File

@@ -64,7 +64,7 @@ private Q_SLOTS:
void onDirectionChanged(int num);
void onCheckReverse(const bool on);
void onLength(const double l);
void onOccurrences(const double n);
void onOccurrences(const uint n);
virtual void onUpdateView(bool);
protected: