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:
Diffstat (limited to 'qt_tstfrm/test_main_loop.hpp')
-rw-r--r--qt_tstfrm/test_main_loop.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/test_main_loop.hpp b/qt_tstfrm/test_main_loop.hpp
index 6e0b41b1d1..ea879afee6 100644
--- a/qt_tstfrm/test_main_loop.hpp
+++ b/qt_tstfrm/test_main_loop.hpp
@@ -15,7 +15,7 @@ public:
TestMainLoop(TRednerFn const & fn);
virtual ~TestMainLoop() {}
- void exec(char const * testName);
+ void exec(char const * testName, bool autoExit = true);
protected:
bool eventFilter(QObject * obj, QEvent * event);