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:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-06 21:22:36 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:06:40 +0300
commit8745f6a358f9421eb2ec94dbc632da2694fb0bb2 (patch)
treea9ec21964af0367012e1afc81b5a3dc75a0bb687 /qt/main.cpp
parent989613fd3cc9b126d0a5c493c1264515af6442b5 (diff)
Renamed version.h to version.hpp
Note for VS2008: manually create version/version.hpp to avoid build errors
Diffstat (limited to 'qt/main.cpp')
-rw-r--r--qt/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/main.cpp b/qt/main.cpp
index 588d0c09a0..ec7d40c458 100644
--- a/qt/main.cpp
+++ b/qt/main.cpp
@@ -4,7 +4,7 @@
#include "../base/logging.hpp"
-//#include "../version/version.h"
+#include "../version/version.hpp"
#include <QtGui/QApplication>
@@ -56,8 +56,8 @@ int main(int argc, char *argv[])
InitializeFinalize mainGuard;
LOG(LINFO, ("MapsWithMe started"));
- //LOG(LINFO, ("Version : ", VERSION_STRING));
- //LOG(LINFO, ("Built on : ", VERSION_DATE_STRING));
+ LOG(LINFO, ("Version : ", VERSION_STRING));
+ LOG(LINFO, ("Built on : ", VERSION_DATE_STRING));
QApplication a(argc, argv);