languages/cpp/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
This file is part of the documentation for KDevelop Version 3.0.4.