KDevelop API Documentation

languages/java/kdevdeepcopy.h

Go to the documentation of this file.
00001 #ifndef KDEVDEEPCOPY_H 00002 #define KDEVDEEPCOPY_H 00003 00004 #include <qstring.h> 00005 00006 inline QString deepCopy( const QString& s ) 00007 { 00008 QCString str = s.utf8(); 00009 return QString::fromUtf8( str, str.length() ); 00010 } 00011 00012 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:43 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003