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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-03-10 15:02:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:17 +0300
commit67bc59050f17eef2cf575f0b867150f07ad95a64 (patch)
tree1f1b30c9210a4ece653e328ae8a8fef6a2d8bf86 /editor/editor.pro
parentd635a96b4c80863396f3436a58caf7aff5e6c2f1 (diff)
Add notes class. No upload yet.
Diffstat (limited to 'editor/editor.pro')
-rw-r--r--editor/editor.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor.pro b/editor/editor.pro
index 26adbfe0b1..1d44a39150 100644
--- a/editor/editor.pro
+++ b/editor/editor.pro
@@ -11,6 +11,7 @@ include($$ROOT_DIR/common.pri)
SOURCES += \
changeset_wrapper.cpp \
editor_config.cpp \
+ editor_notes.cpp \
opening_hours_ui.cpp \
osm_auth.cpp \
osm_feature_matcher.cpp \
@@ -21,6 +22,7 @@ SOURCES += \
HEADERS += \
changeset_wrapper.hpp \
editor_config.hpp \
+ editor_notes.hpp \
new_feature_categories.hpp \
opening_hours_ui.hpp \
osm_auth.hpp \