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

List:       kde-commits
Subject:    koffice/kformula
From:       Alfredo Beaumont Sainz <alfredo.beaumont () gmail ! com>
Date:       2007-05-14 15:07:59
Message-ID: 1179155279.812889.26135.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 664638 by abeaumont:

explict ctors. Make EBN's krazy happy


 M  +2 -2      KFormulaPartDocument.h  
 M  +1 -1      formulastring.h  


--- trunk/koffice/kformula/KFormulaPartDocument.h #664637:664638
@@ -50,8 +50,8 @@
 Q_OBJECT
 public:
     /// The basic constructor
-    KFormulaPartDocument( QWidget *parentWidget = 0, QObject* parent = 0,
-		           bool singleViewMode = false );
+    explicit KFormulaPartDocument( QWidget *parentWidget = 0, QObject* parent = 0,
+                                   bool singleViewMode = false );
     ~KFormulaPartDocument();
 
     // KoShapeControllerBase interface
--- trunk/koffice/kformula/formulastring.h #664637:664638
@@ -36,7 +36,7 @@
 
   public:
     /** The constructor */
-    FormulaString( KFormulaPartView* parent = 0, const char* name = 0, bool modal = \
false, Qt::WFlags fl = 0 ); +    explicit FormulaString( KFormulaPartView* parent = \
0, const char* name = 0, bool modal = false, Qt::WFlags fl = 0 );  
     /** The destructor */
     ~FormulaString();


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

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