forked from qt-creator/qt-creator
Git: Add missing emit
Found by clazy. Change-Id: I1b74f28e86a1bddf1ef4c77aa20eda1141ec8045 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
084944a96b
commit
6ebfc77d35
@@ -471,7 +471,7 @@ GitPlugin::~GitPlugin()
|
|||||||
|
|
||||||
void GitPluginPrivate::onApplySettings()
|
void GitPluginPrivate::onApplySettings()
|
||||||
{
|
{
|
||||||
configurationChanged();
|
emit configurationChanged();
|
||||||
updateRepositoryBrowserAction();
|
updateRepositoryBrowserAction();
|
||||||
bool gitFoundOk;
|
bool gitFoundOk;
|
||||||
QString errorMessage;
|
QString errorMessage;
|
||||||
|
Reference in New Issue
Block a user