[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/filelight/src
From:       Pino Toscano <pino () kde ! org>
Date:       2010-01-11 20:23:44
Message-ID: 1263241424.717102.24212.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1073222 by pino:

simplify constructor calls


 M  +1 -1      app/mainWindow.cpp  
 M  +1 -1      part/radialMap/widget.cpp  


--- trunk/playground/utils/filelight/src/app/mainWindow.cpp #1073221:1073222
@@ -215,7 +215,7 @@
 
 inline bool MainWindow::slotScanPath(const QString &path)
 {
-    return slotScanUrl(KUrl::KUrl(path));
+    return slotScanUrl(KUrl(path));
 }
 
 bool MainWindow::slotScanUrl(const KUrl &url)
--- trunk/playground/utils/filelight/src/part/radialMap/widget.cpp #1073221:1073222
@@ -65,7 +65,7 @@
 KUrl
 RadialMap::Widget::url(File const * const file) const
 {
-    return KUrl::KUrl(file ? file->fullPath() : m_tree->fullPath());
+    return KUrl(file ? file->fullPath() : m_tree->fullPath());
 }
 
 void
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic