[Bug 71099] Creation Persistant Class Store hangs
Jens Dagerbo
jens.dagerbo at swipnet.se
Sun May 16 21:10:08 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
jens.dagerbo swipnet se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jens.dagerbo swipnet se 2004-05-16 20:39 -------
CVS commit by dagerbo:
Make the importer acknowledge more header suffixes than .h
CCMAIL: 71099-done bugs kde org
M +1 -1 kdevcustomimporter.cpp 1.3
--- kdevelop/languages/cpp/pcsimporter/customimporter/kdevcustomimporter.cpp #1.2:1.3
@ -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