forked from qt-creator/qt-creator
Git: Use ICore::dialogParent as dialog parent
Change-Id: Idc3f2f4d27d3279f76b688fac635e8d38b2705f5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
d3c1086910
commit
f5203796e4
@@ -301,7 +301,7 @@ bool GerritServer::resolveRoot()
|
||||
return setupAuthentication();
|
||||
case CertificateError:
|
||||
if (QMessageBox::question(
|
||||
Core::ICore::mainWindow(),
|
||||
Core::ICore::dialogParent(),
|
||||
QCoreApplication::translate(
|
||||
"Gerrit::Internal::GerritDialog", "Certificate Error"),
|
||||
QCoreApplication::translate(
|
||||
|
||||
Reference in New Issue
Block a user