Skip to content

Commit

Permalink
Gui: [skip ci] add spin box classes to widget factory
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 1, 2020
1 parent 15c9644 commit e09f824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/resource.cpp
Expand Up @@ -108,5 +108,7 @@ WidgetFactorySupplier::WidgetFactorySupplier()
new WidgetProducer<Gui::UrlLabel>;
new WidgetProducer<Gui::FileChooser>;
new WidgetProducer<Gui::UIntSpinBox>;
new WidgetProducer<Gui::IntSpinBox>;
new WidgetProducer<Gui::DoubleSpinBox>;
new WidgetProducer<Gui::QuantitySpinBox>;
}

0 comments on commit e09f824

Please sign in to comment.