Wizard: Raise own window

The OAuth authentication brings the broweser to the front, once thats done the wizard continues.
But the wizard ist now most probably hidden behind the browser
This commit is contained in:
Hannah von Reth 2020-05-05 12:32:15 +02:00 committed by Kevin Ottens
parent baff0a6986
commit eed4ffb823
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -38,6 +38,7 @@
#include <QtCore>
#include <QtGui>
#include <QMessageBox>
#include <owncloudgui.h>
#include <cstdlib>
@ -212,6 +213,7 @@ void OwncloudWizard::successfulStep()
break;
}
ownCloudGui::raiseDialog(this);
next();
}