diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-11 13:46:34 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-11 13:46:34 -0500 |
| commit | 83cee4e365992ae1eb83900a1e02b5dbc80e9ecb (patch) | |
| tree | 512d69f26091b7db2f737940f461513c2ff3e755 /clients/tde/src/widgets/floatspinbox.cpp | |
| parent | f6cc7c2a0aec01f7b607c63772e89b9127301a70 (diff) | |
| download | ulab-83cee4e365992ae1eb83900a1e02b5dbc80e9ecb.tar.gz ulab-83cee4e365992ae1eb83900a1e02b5dbc80e9ecb.zip | |
Move seven segment display widget to common widget directory
Diffstat (limited to 'clients/tde/src/widgets/floatspinbox.cpp')
| -rw-r--r-- | clients/tde/src/widgets/floatspinbox.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clients/tde/src/widgets/floatspinbox.cpp b/clients/tde/src/widgets/floatspinbox.cpp index caf0d31..9592968 100644 --- a/clients/tde/src/widgets/floatspinbox.cpp +++ b/clients/tde/src/widgets/floatspinbox.cpp @@ -108,4 +108,6 @@ void FloatSpinBox::acceptValueChanged(int ival) { FloatSpinBox::~FloatSpinBox() { // -}
\ No newline at end of file +} + +#include "floatspinbox.moc"
\ No newline at end of file |
