[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. e23b8b5a982c68e649312cdef56f5f0b07562943

Sune Vuorela pusling-guest at alioth.debian.org
Sat Feb 21 10:23:21 UTC 2009


The following commit has been merged in the master branch:
commit 427556c0835d71406df3edcdfbc5c2eb92bf04ae
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Sat Feb 21 11:22:13 2009 +0100

    reference exceptions, don't copyconstruct them

diff --git a/migrationpage.cpp b/migrationpage.cpp
index e541e85..37b8491 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -44,7 +44,7 @@ void MigrationPagePrivate::doMagic()
         DirOperations::recursiveCpDir(QDir::homePath()+KDEDIR,QDir::homePath()+KDE3BACKUPDIR,
                                        DirOperations::RemoveDestination,progress);
       }
-      catch (DirOperations::Exception e)
+      catch (DirOperations::Exception &e)
       {
         qDebug() << e.what();
         // emit q->error(e) or something

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list