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

List:       kde-commits
Subject:    kdevelop/parts/cppsupport
From:       Jakob Lund <jakob () jsg ! dk>
Date:       2003-07-23 11:50:11
[Download RAW message or body]

CVS commit by jsgaarde: 

A minor bug in the template


  M +1 -1      subclassing_template/subclass_template.h   1.3
  M +1 -0      subclassingdlg.cpp   1.12


--- kdevelop/parts/cppsupport/subclassingdlg.cpp  #1.11:1.12
@@ -332,4 +332,5 @@ bool SubclassingDlg::replaceKeywords(QSt
   replace(buffer,"$NEWFILENAMEUC$",m_edFileName->text().upper());
   replace(buffer,"$BASEFILENAMELC$",m_formName.lower());
+  replace(buffer,"$BASEFILENAME$",m_formName);
   replace(buffer,"$NEWCLASS$",m_edClassName->text());
   replace(buffer,"$BASECLASS$",m_baseClassName);

--- kdevelop/parts/cppsupport/subclassing_template/subclass_template.h  #1.2:1.3
@@ -3,5 +3,5 @@
 #define $NEWFILENAMEUC$_H
 
-#include "$BASEFILENAMELC$.h"
+#include "$BASEFILENAME$.h"
 
 class $NEWCLASS$ : public $BASECLASS$


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

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