summaryrefslogtreecommitdiff
path: root/library
authorwaspe <waspe>2003-11-05 18:34:52 (UTC)
committer waspe <waspe>2003-11-05 18:34:52 (UTC)
commitb7669e25027e64a721705548efc2a7f92daed704 (patch) (side-by-side diff)
tree7bbb2a807f57e41896fe304b963d024eb22d5c7b /library
parent7f271d89922254226280f039ae53c5fee63ef94d (diff)
downloadopie-b7669e25027e64a721705548efc2a7f92daed704.zip
opie-b7669e25027e64a721705548efc2a7f92daed704.tar.gz
opie-b7669e25027e64a721705548efc2a7f92daed704.tar.bz2
double entries in function defintions
(i commented out the second entry)
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rw-r--r--library/filemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/filemanager.cpp b/library/filemanager.cpp
index c51ca2f..eff8429 100644
--- a/library/filemanager.cpp
+++ b/library/filemanager.cpp
@@ -317,7 +317,7 @@ bool FileManager::renameFile( const QString & src, const QString & dest ) {
return false;
}
-
+/*
bool FileManager::copyFile( const QString & src, const QString & dest ) {
bool success = true;
struct stat status;
@@ -377,7 +377,7 @@ bool FileManager::renameFile( const QString & src, const QString & dest ) {
}
return false;
}
-
+*/
/*!
Opens the document specified by \a f as a readable QIODevice.