KDevelop API Documentation

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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:30 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003