aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mapper/MapperRegistry.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-02 22:07:33 +0800
committercrupest <crupest@outlook.com>2022-03-02 22:07:33 +0800
commit57353bd3acd97957cb5f970016fec52977cc6e95 (patch)
tree6e47a50f33466f7bcdce7c7aa9bf15b82fe4a58a /src/ui/mapper/MapperRegistry.cpp
parent7adfe813c23d20abe936aa0624fd68e0112717b3 (diff)
downloadcru-57353bd3acd97957cb5f970016fec52977cc6e95.tar.gz
cru-57353bd3acd97957cb5f970016fec52977cc6e95.tar.bz2
cru-57353bd3acd97957cb5f970016fec52977cc6e95.zip
...
Diffstat (limited to 'src/ui/mapper/MapperRegistry.cpp')
-rw-r--r--src/ui/mapper/MapperRegistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/mapper/MapperRegistry.cpp b/src/ui/mapper/MapperRegistry.cpp
index ad5b7e8d..f599c1ed 100644
--- a/src/ui/mapper/MapperRegistry.cpp
+++ b/src/ui/mapper/MapperRegistry.cpp
@@ -8,6 +8,7 @@
#include "cru/ui/mapper/MeasureLengthMapper.h"
#include "cru/ui/mapper/PointMapper.h"
#include "cru/ui/mapper/SizeMapper.h"
+#include "cru/ui/mapper/StringMapper.h"
#include "cru/ui/mapper/ThicknessMapper.h"
#include "cru/ui/mapper/style/AndConditionMapper.h"
#include "cru/ui/mapper/style/BorderStylerMapper.h"
@@ -39,6 +40,7 @@ MapperRegistry::MapperRegistry() {
RegisterMapper(new MeasureLengthMapper());
RegisterMapper(new PointMapper());
RegisterMapper(new SizeMapper());
+ RegisterMapper(new StringMapper());
RegisterMapper(new ThicknessMapper());
RegisterMapper(new BorderStyleMapper());
RegisterMapper(new ColorMapper());