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:
authorrachytski <siarhei.rachytski@gmail.com>2011-01-09 20:43:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:39 +0300
commit7f7394f4a5f286f6c59c86c02df21f1669a4f2a8 (patch)
tree29ab3b1fb0aed8bc393b2827eddb12d56bb226a1 /qt_tstfrm
parent44e81bb8ff7e0e55fefaeeba76cc35ab60707ffa (diff)
Minor bug fixed in OpenGL tests code.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/main_tester.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt_tstfrm/main_tester.cpp b/qt_tstfrm/main_tester.cpp
index 80bde2a7ff..b8d40fe73f 100644
--- a/qt_tstfrm/main_tester.cpp
+++ b/qt_tstfrm/main_tester.cpp
@@ -37,6 +37,7 @@ int BaseTester::Run(char const * name, function<QWidget * (void)> const & fn)
QApplication app(argc, argv);
MainWindow wnd(fn());
+ wnd.setWindowTitle(name);
wnd.show();
return app.exec();