[Bug 71099] Creation Persistant Class Store hangs

Jens Dagerbo jens.dagerbo at swipnet.se
Sun May 16 21:12:07 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=71099      




------- Additional Comments From jens.dagerbo swipnet se  2004-05-16 20:41 -------
CVS commit by dagerbo: 

BACKPORT

Make the importer acknowledge more header suffixes than .h

CCMAIL: 71099 bugs kde org


  M +1 -1      kdevcustomimporter.cpp   1.2.2.1


--- kdevelop/languages/cpp/pcsimporter/customimporter/kdevcustomimporter.cpp  #1.2:1.2.2.1
 @ -41,5 +41,5  @ QStringList KDevCustomImporter::fileList
     if (!dir.exists())
         return QStringList();
-    QStringList lst = dir.entryList( "*.h" );
+    QStringList lst = dir.entryList( "*.h;*.H;*.hh;*.hxx;*.hpp;*.tlh" );
     QStringList fileList;
     for( QStringList::Iterator it=lst.begin(); it!=lst.end(); ++it )




More information about the KDevelop-devel mailing list