Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wansbrough <keithw@lochan.org>2015-10-19 23:44:37 +0300
committerKeith Wansbrough <keithw@lochan.org>2015-11-06 12:24:16 +0300
commit23ac0a8cf774c3103227719031506b67508b074d (patch)
tree2ff0219dc7fb40471b44c213922c361d633d220b /map/map.pro
parent72fc9dc304727a4a6ad6faecd23e4189b0a54c3d (diff)
Introduce StyledPoint between Bookmark and ICustomDrawable.
Has "style" parameter.
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/map.pro b/map/map.pro
index 152972ef17..175f9ca338 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -20,6 +20,7 @@ HEADERS += \
benchmark_engine.hpp \
ruler.hpp \
bookmark.hpp \
+ styled_point.hpp \
geourl_process.hpp \
country_status_display.hpp \
rotate_screen_task.hpp \
@@ -53,6 +54,7 @@ SOURCES += \
address_finder.cpp \
geourl_process.cpp \
bookmark.cpp \
+ styled_point.cpp \
country_status_display.cpp \
rotate_screen_task.cpp \
compass_arrow.cpp \