comparison libgui/src/main-window.h @ 18551:de76baa76aa1 gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Fri, 07 Mar 2014 12:54:16 -0500
parents 024940bd5b77 17baa684892c
children 2d5d0d86432e
comparison
equal deleted inserted replaced
18540:89bd70fae066 18551:de76baa76aa1
196 196
197 // handling the clipboard 197 // handling the clipboard
198 void clipboard_has_changed (QClipboard::Mode); 198 void clipboard_has_changed (QClipboard::Mode);
199 void clear_clipboard (); 199 void clear_clipboard ();
200 200
201 // get the dockwidgets
202 QList<octave_dock_widget *> get_dock_widget_list ()
203 { return dock_widget_list (); }
201 204
202 protected: 205 protected:
203 void closeEvent (QCloseEvent * closeEvent); 206 void closeEvent (QCloseEvent * closeEvent);
204 207
205 private: 208 private: