From 6ca1d7605597f4b8a7559167e5cf3d6e093805cd Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 17 Jul 2003 02:25:08 +0000 Subject: fix filesaving when filename contains extended characters --- (limited to 'library/filemanager.h') diff --git a/library/filemanager.h b/library/filemanager.h index f8d9425..61a3341 100644 --- a/library/filemanager.h +++ b/library/filemanager.h @@ -38,8 +38,10 @@ public: bool loadFile( const DocLnk&, QByteArray &data ); bool loadFile( const DocLnk&, QString &text ); bool copyFile( const AppLnk &src, const AppLnk &dest ); - - // The caller must delete the return values. + bool copyFile( const QString & src, const QString & dest ); + bool renameFile( const QString &, const QString &); + +// The caller must delete the return values. QIODevice* openFile( const DocLnk& ); QIODevice* saveFile( const DocLnk& ); -- cgit v0.9.0.2