summaryrefslogtreecommitdiff
path: root/library/filemanager.h
Unidiff
Diffstat (limited to 'library/filemanager.h') (more/less context) (show whitespace changes)
-rw-r--r--library/filemanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/filemanager.h b/library/filemanager.h
index f8d9425..61a3341 100644
--- a/library/filemanager.h
+++ b/library/filemanager.h
@@ -39,4 +39,6 @@ public:
39 bool loadFile( const DocLnk&, QString &text ); 39 bool loadFile( const DocLnk&, QString &text );
40 bool copyFile( const AppLnk &src, const AppLnk &dest ); 40 bool copyFile( const AppLnk &src, const AppLnk &dest );
41 bool copyFile( const QString & src, const QString & dest );
42 bool renameFile( const QString &, const QString &);
41 43
42 // The caller must delete the return values. 44 // The caller must delete the return values.