[Pkg-owncloud-commits] [owncloud-client] 34/70: owncloudgui: Fix compilation

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 2e5172185145ba237c2c9f137d7a89218b6efac9
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jun 20 11:26:41 2014 +0200

    owncloudgui: Fix compilation
---
 src/mirall/owncloudgui.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/owncloudgui.cpp b/src/mirall/owncloudgui.cpp
index 5ea9c69..cadb5a8 100644
--- a/src/mirall/owncloudgui.cpp
+++ b/src/mirall/owncloudgui.cpp
@@ -328,7 +328,7 @@ void ownCloudGui::slotFolderOpenAction( const QString& alias )
     Folder *f = FolderMan::instance()->folder(alias);
     if( f ) {
         qDebug() << "opening local url " << f->path();
-        QUrl url = QUrl::fromLocalFile(f->path);
+        QUrl url = QUrl::fromLocalFile(f->path());
 
 #ifdef Q_OS_WIN
         // work around a bug in QDesktopServices on Win32, see i-net

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list