Mercurial > hg > octave-nkf
comparison libgui/src/documentation-dockwidget.h @ 15367:501a9cc2c68f
maint: whitespace cleanup in GUI code
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 12 Sep 2012 16:34:39 -0400 |
parents | 359098ad343e |
children | bbbb89cc338f |
comparison
equal
deleted
inserted
replaced
15366:d4e3f29aa499 | 15367:501a9cc2c68f |
---|---|
28 #include "webinfo.h" | 28 #include "webinfo.h" |
29 | 29 |
30 class documentation_dock_widget : public QDockWidget | 30 class documentation_dock_widget : public QDockWidget |
31 { | 31 { |
32 Q_OBJECT | 32 Q_OBJECT |
33 public: | 33 public: |
34 documentation_dock_widget (QWidget *parent = 0); | 34 documentation_dock_widget (QWidget *parent = 0); |
35 | 35 |
36 public slots: | 36 public slots: |
37 /** Slot to steer changing visibility from outside. */ | 37 /** Slot to steer changing visibility from outside. */ |
38 void handle_visibility_changed (bool visible); | 38 void handle_visibility_changed (bool visible); |