Mercurial > hg > octave-nkf
comparison gui/src/terminal-dockwidget.cc @ 14712:5cb54cca8a06 gui
Completion of code reformatting.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Fri, 01 Jun 2012 23:54:14 +0200 |
parents | f50591409306 |
children |
comparison
equal
deleted
inserted
replaced
14709:f50591409306 | 14712:5cb54cca8a06 |
---|---|
22 { | 22 { |
23 setObjectName ("TerminalDockWidget"); | 23 setObjectName ("TerminalDockWidget"); |
24 setWindowTitle (tr ("Command Window")); | 24 setWindowTitle (tr ("Command Window")); |
25 setWidget (terminal); | 25 setWidget (terminal); |
26 | 26 |
27 connect (this, SIGNAL (visibilityChanged (bool)), this, SLOT (handleVisibilityChanged (bool))); | 27 connect (this, SIGNAL (visibilityChanged (bool)), this, SLOT (handle_visibility_changed (bool))); |
28 } | 28 } |