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

List:       kde-commits
Subject:    kdevelop/parts/cvs
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2003-09-23 21:23:24
[Download RAW message or body]

CVS commit by harald: 

fix enable-final


  M +0 -6      checkoutdialog.cpp   1.3
  M +6 -0      cvsentry.h   1.3
  M +6 -0      cvsoptions.h   1.7
  M +1 -1      serverconfigurationwidget.cpp   1.5


--- kdevelop/parts/cvs/checkoutdialog.cpp  #1.2:1.3
@@ -23,10 +23,4 @@
 
 ///////////////////////////////////////////////////////////////////////////////
-// Constants
-///////////////////////////////////////////////////////////////////////////////
-
-const QString SSS( ":" );  // Server String Separator :)
-
-///////////////////////////////////////////////////////////////////////////////
 // class CheckoutDialog
 ///////////////////////////////////////////////////////////////////////////////

--- kdevelop/parts/cvs/cvsentry.h  #1.2:1.3
@@ -10,4 +10,7 @@
 //
 
+#ifndef CVSENTRY_H
+#define CVSENTRY_H
+
 #include <qstring.h>
 
@@ -43,2 +46,5 @@ struct CvsEntry
     static const QString entrySeparator;
 };
+
+#endif
+

--- kdevelop/parts/cvs/cvsoptions.h  #1.6:1.7
@@ -13,4 +13,7 @@
 #include <qdom.h>
 
+#ifndef CVSOPTIONS_H
+#define CVSOPTIONS_H
+
 class CvsPart;
 
@@ -82,2 +85,5 @@ private:
 #define default_rsh        QString::fromLatin1("")
 */
+
+#endif
+

--- kdevelop/parts/cvs/serverconfigurationwidget.cpp  #1.4:1.5
@@ -25,5 +25,5 @@
 ///////////////////////////////////////////////////////////////////////////////
 
-const QString SSS( ":" );  // Server String Separator :)
+static const QString SSS( ":" );  // Server String Separator :)
 
 ///////////////////////////////////////////////////////////////////////////////


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

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