Trivial modification of code style

wilder-portage
Jekyll Wu 14 years ago
parent b5e65c434b
commit e958267ef4
  1. 8
      src/MainWindow.cpp

@ -66,10 +66,10 @@ static bool useTransparency()
}
MainWindow::MainWindow()
: KXmlGuiWindow() ,
_bookmarkHandler(0),
_pluggedController(0),
_menuBarInitialVisibilityApplied(false)
: KXmlGuiWindow()
, _bookmarkHandler(0)
, _pluggedController(0)
, _menuBarInitialVisibilityApplied(false)
{
if (useTransparency()) {
setAttribute(Qt::WA_TranslucentBackground);

Loading…
Cancel
Save