[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/sublime
From:       Milian Wolff <mail () milianw ! de>
Date:       2009-07-20 11:17:32
Message-ID: 1248088652.793289.18328.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 999682 by mwolff:

fix compile warning about init order

 M  +3 -1      mainwindow_p.cpp  


--- trunk/KDE/kdevplatform/sublime/mainwindow_p.cpp #999681:999682
@@ -732,7 +732,9 @@
     QPalette pal = palette();
 }
 
-AreaTabButton::AreaTabButton ( QString text, QIcon icon, uint iconSize, QWidget* \
parent, bool isCurrent, QWidget* _customButtonWidget ) : QWidget ( parent ), \
m_isCurrent ( isCurrent ), customButtonWidget(_customButtonWidget) { \
+AreaTabButton::AreaTabButton ( QString text, QIcon icon, uint iconSize, QWidget* \
parent, bool isCurrent, QWidget* _customButtonWidget ) +	: QWidget ( parent ), \
customButtonWidget(_customButtonWidget), m_isCurrent ( isCurrent ) +{
     QHBoxLayout* layout = new QHBoxLayout ( this );
     iconLabel = new QLabel ( this );
     iconLabel->setPixmap ( icon.pixmap ( QSize ( iconSize, iconSize ) ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic