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

List:       kde-commits
Subject:    branches/kdevelop/3.4/parts/doxygen
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2006-11-20 14:58:30
Message-ID: 1164034710.699998.31436.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 606472 by apaku:

Fix building


 M  +13 -0     config.cpp  
 M  +5 -1      config.h  


--- branches/kdevelop/3.4/parts/doxygen/config.cpp #606471:606472
@@ -2396,6 +2396,19 @@
 }
 #endif
 
+void Config::writeTemplate(QFile* f, bool sl, bool upd)
+{
+  if( !f->isOpen()  )
+  {
+    f->open(IO_WriteOnly);
+  }
+  if( f->isOpen() )
+  {
+    QTextStream s(f);
+    writeTemplate(s, sl, upd);
+  }
+}
+
 void Config::writeTemplate(QTextStream &t,bool sl,bool upd)
 {
   t << "# Doxyfile " << versionString << endl << endl;
--- branches/kdevelop/3.4/parts/doxygen/config.h #606471:606472
@@ -505,8 +505,12 @@
      *  is \c TRUE the description of each configuration option will
      *  be omitted.
      */
-    void writeTemplate(QFile *f,bool shortIndex,bool updateOnly);
+    void writeTemplate(QFile* f,bool shortIndex,bool updateOnly);
 
+    void writeTemplate(QTextStream& t,bool shortIndex,bool updateOnly);
+
+    bool parseString(const char *fn,const char *str);
+
     /////////////////////////////
     // internal API
     /////////////////////////////
[prev in list] [next in list] [prev in thread] [next in thread] 

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