forked from qt-creator/qt-creator
Register some more windows
So they get an entry in the Window menu, and window related shortcuts are registered correctly. Change-Id: Ie7e882a009f928f1268fdd312e7fb5362f6a837f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -348,6 +348,7 @@ void GerritPlugin::openView()
|
||||
}
|
||||
GerritDialog *gd = new GerritDialog(m_parameters, m_server, currentRepository(), ICore::dialogParent());
|
||||
gd->setModal(false);
|
||||
ICore::registerWindow(gd, Context("Git.Gerrit"));
|
||||
connect(gd, &GerritDialog::fetchDisplay, this,
|
||||
[this](const QSharedPointer<GerritChange> &change) { fetch(change, FetchDisplay); });
|
||||
connect(gd, &GerritDialog::fetchCherryPick, this,
|
||||
|
||||
Reference in New Issue
Block a user