[Pkg-owncloud-commits] [owncloud-client] 105/484: Account Settings: Don't disable double click expanding for sub folders

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:21 UTC 2015


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 ee69ab20211720d5d124bf58f35be5b69f84971b
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Oct 19 18:12:49 2015 +0200

    Account Settings: Don't disable double click expanding for sub folders
    
    The root folder open on simple click,  but the sub folder don't, so keep
    this behaviour which is the native behaviour
---
 src/gui/accountsettings.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 8324de9..39cbdd2 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -126,8 +126,6 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
     connect(ui->signInButton, SIGNAL(clicked()) , this, SLOT(slotSignInAccount()));
     connect(ui->deleteButton, SIGNAL(clicked()) , this, SLOT(slotDeleteAccount()));
 
-    // Expand already on single click
-    ui->_folderList->setExpandsOnDoubleClick(false);
     QObject::connect(ui->_folderList, SIGNAL(clicked(const QModelIndex &)),
                      this, SLOT(slotFolderListClicked(const QModelIndex&)));
 }

-- 
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