forked from qt-creator/qt-creator
Git: s/GitPlugin::gitClient/GitPlugin::client/
... same name as with almost all other plugins. Change-Id: I964159044d86685735e8b1e816a0bf67e0576fd8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
90ce38da39
commit
4f7844d6f5
@@ -86,7 +86,7 @@ void RemoteAdditionDialog::clear()
|
||||
RemoteDialog::RemoteDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
m_ui(new Ui::RemoteDialog),
|
||||
m_remoteModel(new RemoteModel(GitPlugin::instance()->gitClient(), this)),
|
||||
m_remoteModel(new RemoteModel(GitPlugin::instance()->client(), this)),
|
||||
m_addDialog(0)
|
||||
{
|
||||
setModal(false);
|
||||
|
||||
Reference in New Issue
Block a user