diff options
Diffstat (limited to 'src/oscilloscopedata.cpp')
-rw-r--r-- | src/oscilloscopedata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oscilloscopedata.cpp b/src/oscilloscopedata.cpp index 9eaf2f1..8a04df4 100644 --- a/src/oscilloscopedata.cpp +++ b/src/oscilloscopedata.cpp @@ -166,6 +166,8 @@ void FloatingProbeData::setLowerAbsValue( double lowerAbsValue ) m_lowerAbsValue = lowerAbsValue; emit displayAttributeChanged(); } + +#include "oscilloscopedata.moc" //END class FloatingProbeData |