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.hpp | |
| 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.hpp')
| -rw-r--r-- | src/CRSMStats.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/CRSMStats.hpp b/src/CRSMStats.hpp new file mode 100644 index 0000000..5eb7ed0 --- /dev/null +++ b/src/CRSMStats.hpp @@ -0,0 +1,15 @@ +#ifndef CRSMSTATS_HPP +#define CRSMSTATS_HPP + + +class CRSMStats : public ConfigBase +{ +public: + CRSMStats(); + +signals: + +public slots: +}; + +#endif // CRSMSTATS_HPP |
