diff options
author | crupest <crupest@outlook.com> | 2022-02-24 15:56:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-24 15:56:01 +0800 |
commit | 640401bf2f4b3da3708970a1408b27e159f93631 (patch) | |
tree | c9692f9c6e8a3efdadabc5929029837450efd6af /src/ui/mapper/MapperRegistry.cpp | |
parent | d9a3b8c14b9ab1bc591ca7c373daaf7141d2d098 (diff) | |
download | cru-640401bf2f4b3da3708970a1408b27e159f93631.tar.gz cru-640401bf2f4b3da3708970a1408b27e159f93631.tar.bz2 cru-640401bf2f4b3da3708970a1408b27e159f93631.zip |
...
Diffstat (limited to 'src/ui/mapper/MapperRegistry.cpp')
-rw-r--r-- | src/ui/mapper/MapperRegistry.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/mapper/MapperRegistry.cpp b/src/ui/mapper/MapperRegistry.cpp index b70418ef..9ae95a59 100644 --- a/src/ui/mapper/MapperRegistry.cpp +++ b/src/ui/mapper/MapperRegistry.cpp @@ -5,6 +5,7 @@ #include "cru/ui/mapper/CornerRadiusMapper.h" #include "cru/ui/mapper/CursorMapper.h" #include "cru/ui/mapper/FontMapper.h" +#include "cru/ui/mapper/MeasureLengthMapper.h" #include "cru/ui/mapper/PointMapper.h" #include "cru/ui/mapper/SizeMapper.h" #include "cru/ui/mapper/ThicknessMapper.h" @@ -33,6 +34,7 @@ MapperRegistry::MapperRegistry() { RegisterMapper(new BrushMapper()); RegisterMapper(new CornerRadiusMapper()); RegisterMapper(new FontMapper()); + RegisterMapper(new MeasureLengthMapper()); RegisterMapper(new PointMapper()); RegisterMapper(new SizeMapper()); RegisterMapper(new ThicknessMapper()); |