comparison libgui/src/octave-gui.cc @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents c6615ca0a11d 446c46af4b42
children 0e1f5a750d00 4c3ea57905fd
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
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 ();