Index: leahi.pro =================================================================== diff -u -rd862dfcd402206e33b314c458e41c13b684a4565 -rc253d3ca9ef234e04747565e500faf88b07fc04e --- leahi.pro (.../leahi.pro) (revision d862dfcd402206e33b314c458e41c13b684a4565) +++ leahi.pro (.../leahi.pro) (revision c253d3ca9ef234e04747565e500faf88b07fc04e) @@ -277,6 +277,7 @@ sources/model/dg/data/MDGValvesStatesData.h \ sources/model/dg/data/MDGAccelerometerData.h \ sources/model/dg/data/MDGConductivityData.h \ + sources/model/dg/data/MDDLevelData.h \ \ # CANBus sources/canbus/CanInterface.h \ sources/canbus/FrameInterface.h \ @@ -400,6 +401,7 @@ sources/view/dg/data/VDGValvesStatesData.h \ sources/view/dg/data/VDGAccelerometerData.h \ sources/view/dg/data/VDGConductivityData.h \ + sources/view/dg/data/VDDLevelData.h \ \ # Storage sources/storage/StorageGlobals.h \ sources/storage/Logger.h \ @@ -565,6 +567,7 @@ sources/model/dg/data/MDGValvesStatesData.cpp \ sources/model/dg/data/MDGAccelerometerData.cpp \ sources/model/dg/data/MDGConductivityData.cpp \ + sources/model/dg/data/MDDLevelData.cpp \ \ # CANBus sources/canbus/CanInterface.cpp \ sources/canbus/FrameInterface.cpp \ @@ -683,6 +686,7 @@ sources/view/dg/data/VDGValvesStatesData.cpp \ sources/view/dg/data/VDGAccelerometerData.cpp \ sources/view/dg/data/VDGConductivityData.cpp \ + sources/view/dg/data/VDDLevelData.cpp \ \ # Storage sources/storage/StorageGlobals.cpp \ sources/storage/FileHandler.cpp \