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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars/widgets
From:       Laurent Montel <montel () kde ! org>
Date:       2011-02-06 16:20:10
Message-ID: 20110206162010.1C35EAC8D0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1219156 by mlaurent:

const'ify


 M  +1 -1      infoboxwidget.cpp  
 M  +1 -1      infoboxwidget.h  


--- trunk/KDE/kdeedu/kstars/kstars/widgets/infoboxwidget.cpp #1219155:1219156
@@ -43,7 +43,7 @@
 
 /* ================================================================ */
 
-InfoBoxWidget::InfoBoxWidget(bool shade, QPoint pos, int anchor, QStringList str, \
QWidget* parent) : +InfoBoxWidget::InfoBoxWidget(bool shade, const QPoint& pos, int \
anchor, const QStringList& str, QWidget* parent) :  QWidget(parent),
     m_strings(str),
     m_adjusted(false),
--- trunk/KDE/kdeedu/kstars/kstars/widgets/infoboxwidget.h #1219155:1219156
@@ -58,7 +58,7 @@
     };
 
     /** Create one infobox. */
-    InfoBoxWidget(bool shade, QPoint pos, int anchor = 0, QStringList str = \
QStringList(), QWidget* parent = 0); +    InfoBoxWidget(bool shade, const QPoint& \
pos, int anchor = 0, const QStringList& str = QStringList(), QWidget* parent = 0);  \
/** Destructor */  virtual ~InfoBoxWidget();
 


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

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