From 139de5aa8b0a278f23056d8bcd9ad0fffd34db68 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 15 Oct 2015 15:48:45 +0200 Subject: Add setValue() and value() to list-specialization of ConfigValue for inline saving --- src/CRSMStats.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/CRSMStats.cpp (limited to 'src/CRSMStats.cpp') diff --git a/src/CRSMStats.cpp b/src/CRSMStats.cpp new file mode 100644 index 0000000..86c541c --- /dev/null +++ b/src/CRSMStats.cpp @@ -0,0 +1,7 @@ +#include "CRSMStats.hpp" + +CRSMStats::CRSMStats() +{ + +} + -- cgit v1.2.3-54-g00ecf