Ok thank you !
And I guess it is the same thing with:
go_get_something(); // returns true or false
Qt Code:
... if(go_get_something()){ do_the_next_thing(); } ...To copy to clipboard, switch view to plain text mode
First, it runs go_get_something() then, if it returns true, it runs do_the_next_thing ?
Bookmarks