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:
authorYuri Gorshenin <y@maps.me>2015-06-16 18:15:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:25 +0300
commit598e71858b63ef4e587efd932db41474f8f516a0 (patch)
tree19e39c1dd331579432c9b58e5e1e82c750842ac3 /storage/storage.pro
parent9148053b3aa67aac443ade98e2ed2ae899419095 (diff)
Storage redesign.
Diffstat (limited to 'storage/storage.pro')
-rw-r--r--storage/storage.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/storage.pro b/storage/storage.pro
index ba4d116a3e..5cd9da9f8a 100644
--- a/storage/storage.pro
+++ b/storage/storage.pro
@@ -18,6 +18,7 @@ HEADERS += \
http_map_files_downloader.hpp \
index.hpp \
map_files_downloader.hpp \
+ queued_country.hpp \
simple_tree.hpp \
storage.hpp \
storage_defines.hpp \
@@ -28,5 +29,6 @@ SOURCES += \
country_info.cpp \
http_map_files_downloader.cpp \
index.cpp \
+ queued_country.cpp \
storage.cpp \
storage_defines.cpp \