comparison libgui/src/octave-gui.cc @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 912158cf524d fe689210525c
children 2f4406e9dad6
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
182 else 182 else
183 { 183 {
184 QApplication application (argc, argv); 184 QApplication application (argc, argv);
185 185
186 octave_cli_thread main_thread (argc, argv); 186 octave_cli_thread main_thread (argc, argv);
187 187
188 application.setQuitOnLastWindowClosed (false); 188 application.setQuitOnLastWindowClosed (false);
189 189
190 main_thread.start (); 190 main_thread.start ();
191 191
192 return application.exec (); 192 return application.exec ();