projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0185530
)
Account settings: Make version selectable/copyable #3600
author
Markus Goetz
<markus@woboq.com>
Thu, 13 Aug 2015 15:27:18 +0000
(17:27 +0200)
committer
Markus Goetz
<markus@woboq.com>
Thu, 13 Aug 2015 15:27:18 +0000
(17:27 +0200)
src/gui/generalsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/generalsettings.cpp
b/src/gui/generalsettings.cpp
index 55be618137f6853e3d37aed7f4fa4469079a1020..71a421a64325c333d1f4c69e192c9db86c41e688 100644
(file)
--- 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);