mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Fix activation of list entries in status dialog (thanks kyle-f).
This commit is contained in:
parent
8a56a90d16
commit
dd5d407198
1 changed files with 0 additions and 6 deletions
|
@ -197,14 +197,8 @@ StatusDialog::StatusDialog( Theme *theme, QWidget *parent) :
|
|||
_ButtonInfo->setEnabled(false);
|
||||
_ButtonAdd->setEnabled(true);
|
||||
|
||||
#if defined Q_WS_X11
|
||||
connect(_folderList, SIGNAL(activated(QModelIndex)), SLOT(slotFolderActivated(QModelIndex)));
|
||||
connect(_folderList, SIGNAL(doubleClicked(QModelIndex)),SLOT(slotDoubleClicked(QModelIndex)));
|
||||
#endif
|
||||
#if defined Q_WS_WIN || defined Q_WS_MAC
|
||||
connect(_folderList, SIGNAL(clicked(QModelIndex)), SLOT(slotFolderActivated(QModelIndex)));
|
||||
connect(_folderList, SIGNAL(doubleClicked(QModelIndex)),SLOT(slotDoubleClicked(QModelIndex)));
|
||||
#endif
|
||||
|
||||
_ocUrlLabel->setWordWrap( true );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue