mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 07:55:07 -04:00
Trivial modification of code style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user