[Pkg-owncloud-commits] [owncloud-client] 65/120: Account settings: Make version selectable/copyable #3600

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:45 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 2a14c121dbcba0215e88322952c7a7433d5f7167
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Aug 13 17:27:18 2015 +0200

    Account settings: Make version selectable/copyable #3600
---
 src/gui/generalsettings.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp
index 55be618..71a421a 100644
--- a/src/gui/generalsettings.cpp
+++ b/src/gui/generalsettings.cpp
@@ -50,6 +50,7 @@ GeneralSettings::GeneralSettings(QWidget *parent) :
     if (about.isEmpty()) {
         _ui->aboutGroupBox->hide();
     } else {
+        _ui->aboutLabel->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextBrowserInteraction);
         _ui->aboutLabel->setText(about);
         _ui->aboutLabel->setWordWrap(true);
         _ui->aboutLabel->setOpenExternalLinks(true);

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