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-12-21 19:18:24 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-21 19:18:24 +0300
commit52e094204e6278bd2f8c386b0391d7dfae6c8500 (patch)
tree7f447ea67c960735e8982f28541b66fce66072c8 /src/gui/owncloudgui.cpp
parentb7dac26434fc8c7c23f6acca1c7141edc3253c3b (diff)
parent3401e4a5985e7ae2a7d36579e3e7099af957a6ec (diff)
Merge remote-tracking branch 'origin/2.7' into master
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 18568d4dd..af0ceeb24 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -997,6 +997,7 @@ void ownCloudGui::slotShowGuiMessage(const QString &title, const QString &messag
msgBox->setWindowTitle(title);
msgBox->setIcon(QMessageBox::Information);
msgBox->open();
+ raiseDialog(msgBox);
}
void ownCloudGui::slotShowSettings()