comparison libgui/src/qtinfo/webinfo.cc @ 18712:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents a25bbe8c954c
children 7c78430535db
comparison
equal deleted inserted replaced
18711:f684f7075aee 18712:6113e0c6920b
180 _text_browser = new QTextBrowser (this); 180 _text_browser = new QTextBrowser (this);
181 _text_browser->setOpenLinks (false); 181 _text_browser->setOpenLinks (false);
182 _text_browser->show (); 182 _text_browser->show ();
183 183
184 connect (_text_browser, SIGNAL (anchorClicked (const QUrl &)), this, 184 connect (_text_browser, SIGNAL (anchorClicked (const QUrl &)), this,
185 SLOT (link_clicked (const QUrl &)) ); 185 SLOT (link_clicked (const QUrl &)));
186 disconnect(_tab_bar, SIGNAL (currentChanged(int)), this, 186 disconnect(_tab_bar, SIGNAL (currentChanged(int)), this,
187 SLOT (current_tab_changed (int))); 187 SLOT (current_tab_changed (int)));
188 188
189 int ns = _stacked_widget->addWidget (_text_browser); 189 int ns = _stacked_widget->addWidget (_text_browser);
190 _stacked_widget->setCurrentIndex (ns); 190 _stacked_widget->setCurrentIndex (ns);