Git: Add missing emit

Found by clazy.

Change-Id: I1b74f28e86a1bddf1ef4c77aa20eda1141ec8045
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2020-12-23 13:27:54 +01:00
committed by André Hartmann
parent 084944a96b
commit 6ebfc77d35

View File

@@ -471,7 +471,7 @@ GitPlugin::~GitPlugin()
void GitPluginPrivate::onApplySettings()
{
configurationChanged();
emit configurationChanged();
updateRepositoryBrowserAction();
bool gitFoundOk;
QString errorMessage;