Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-14 11:11:07 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-14 14:25:44 +0300
commit9eaf19640ee369aa14b8b273111d1ecbfe84921a (patch)
tree92c1b0ef3e5e4db67fc636ff8f208936474966e4 /src/gui/owncloudgui.cpp
parent4b53c83c968981802682c124620dea373ee48fb2 (diff)
Raise the about dialog
Fixes: #8160
Diffstat (limited to 'src/gui/owncloudgui.cpp')
-rw-r--r--src/gui/owncloudgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index 5d2072fca..157385a53 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -1140,6 +1140,7 @@ void ownCloudGui::slotAbout()
auto about = new AboutDialog(_settingsDialog);
about->setAttribute(Qt::WA_DeleteOnClose);
about->open();
+ raiseDialog(about);
}