Mercurial > hg > octave-nkf
view test/bug-36025/bug-36025.tst @ 20075:c7c50030e76c
allow qt graphics toolkit to be used in --no-gui mode (bug #44116)
* octave-gui.cc (octave_start_gui): Install Qt plot functions and
register the qt plot toolkit here.
* main-window.cc (main_window::construct): Not here.
author | Stefan Mahr <dac922@gmx.de> |
---|---|
date | Fri, 27 Feb 2015 09:44:58 -0500 |
parents | 1af8d21608b7 |
children |
line wrap: on
line source
%!test %! warning off Octave:function-name-clash %! f = testclass (1, 2); %! assert (one (f), 1); %! assert (two (f), 2); %! rehash (); %! assert (one (f), 1); %! assert (two (f), 2); %! assert (two (f), 2);