[filelight] Patch was reversed

Neal Becker nbecker at fedoraproject.org
Tue Sep 7 23:16:13 UTC 2010


commit 9f26d873cb3d645afff4ace211bab225383909a0
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Tue Sep 7 19:13:43 2010 -0400

    Patch was reversed

 mainWindow.cpp.diff |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mainWindow.cpp.diff b/mainWindow.cpp.diff
index 25da07b..afe40b9 100644
--- a/mainWindow.cpp.diff
+++ b/mainWindow.cpp.diff
@@ -5,7 +5,7 @@
   
   inline bool MainWindow::slotScanPath(const QString &path)
   {
-!     return slotScanUrl(KUrl(path));
+!     return slotScanUrl(KUrl::KUrl(path));
   }
   
   bool MainWindow::slotScanUrl(const KUrl &url)
@@ -13,7 +13,7 @@
   
   inline bool MainWindow::slotScanPath(const QString &path)
   {
-!     return slotScanUrl(KUrl::KUrl(path));
+!     return slotScanUrl(KUrl(path));
   }
   
   bool MainWindow::slotScanUrl(const KUrl &url)


More information about the scm-commits mailing list