summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/widgets/floatspinbox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-11 13:46:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-11 13:46:34 -0500
commit83cee4e365992ae1eb83900a1e02b5dbc80e9ecb (patch)
tree512d69f26091b7db2f737940f461513c2ff3e755 /clients/tde/src/widgets/floatspinbox.cpp
parentf6cc7c2a0aec01f7b607c63772e89b9127301a70 (diff)
downloadulab-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.cpp4
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