diff options
author | con <qtc-committer@nokia.com> | 2009-11-11 16:14:29 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2009-11-11 16:14:29 +0100 |
commit | 43bccb41ed789f17d8baf92901ba687553c44ddb (patch) | |
tree | ca901785df9121381dbb06dff2f70e0b69309654 /src/plugins/git/gitcommand.cpp | |
parent | 1a6f279314a6edb99af4c20046fc3599fe6db30d (diff) | |
parent | 8335a06ed4e1918c7216d82dc7a97bbea2b774aa (diff) | |
download | qt-creator-43bccb41ed789f17d8baf92901ba687553c44ddb.tar.gz |
Merge commit 'origin/1.3'
Conflicts:
src/plugins/debugger/debuggermanager.h
src/plugins/qmleditor/qmleditorplugin.cpp
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
Diffstat (limited to 'src/plugins/git/gitcommand.cpp')
-rw-r--r-- | src/plugins/git/gitcommand.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gitcommand.cpp b/src/plugins/git/gitcommand.cpp index 3f7a97095e..ea6c17dab1 100644 --- a/src/plugins/git/gitcommand.cpp +++ b/src/plugins/git/gitcommand.cpp @@ -177,6 +177,8 @@ void GitCommand::run() emit errorText(error); emit finished(ok, m_cookie); + if (ok) + emit success(); // As it is used asynchronously, we need to delete ourselves this->deleteLater(); } |