]> Git trees. - libqmvoc.git/commitdiff
Remove an obsolete parameter in KEduVocDocument::open()
authorPeter Hedlund <peter@peterandlinda.com>
Tue, 13 Mar 2007 17:53:33 +0000 (17:53 +0000)
committerPeter Hedlund <peter@peterandlinda.com>
Tue, 13 Mar 2007 17:53:33 +0000 (17:53 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=642225

kdeeducore/keduvocdocument.cpp
kdeeducore/keduvocdocument.h

index 044fe0b562968cdf0f3ac8ec18cde672449c930e..bb00d548e54049bd45df39ed18ae20be1a7b62aa 100644 (file)
@@ -231,7 +231,7 @@ KEduVocDocument::FileType KEduVocDocument::detectFileType(const QString &fileNam
 }
 
 
-bool KEduVocDocument::open(const KUrl& url, bool /*append*/)
+bool KEduVocDocument::open(const KUrl& url)
 {
   d->init();
   if (!url.isEmpty())
index 28c8b8c641a8fea5cbb899acfbefb904c8e46449..7cedf58104e98baa283393cb2f4c57bbb50344b9 100644 (file)
@@ -280,13 +280,9 @@ public:
    * Open a document file
    *
    * @param url      url to file to open
-   * @param append   if @c true, the words from @p url are appended to the
-   *                 existing collection; if @c false, the collection is
-   *                 emptied first so that only the words from @p url
-   *                 are in the result.
    * @returns        true if successful
    */
-  bool open(const KUrl& url, bool append);
+  bool open(const KUrl& url);
 
   /**
    * Saves the data under the given name