diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-10-15 15:48:45 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-10-15 15:48:45 +0200 |
| commit | 139de5aa8b0a278f23056d8bcd9ad0fffd34db68 (patch) | |
| tree | 3147b03c13efc74d6c046e77f849d5274ca387a3 /src/CRSMStats.cpp | |
| parent | ea5b431b24d3b955ca7f97bb92bc24f98574f508 (diff) | |
| download | manager-139de5aa8b0a278f23056d8bcd9ad0fffd34db68.tar.gz manager-139de5aa8b0a278f23056d8bcd9ad0fffd34db68.zip | |
Add setValue() and value() to list-specialization of ConfigValue for
inline saving
Diffstat (limited to 'src/CRSMStats.cpp')
| -rw-r--r-- | src/CRSMStats.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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() +{ + +} + |
