Git: Use Qt Creator as an editor for Git

Qt Creator runs Git in a "dumb" terminal which does not
allow opening an editor. Use Qt Creator itself as an editor
when needed.

Change-Id: Ide073299964803d02479dade24ddee0283ebd83b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-03-06 23:21:37 +02:00
committed by Orgad Shaneh
parent db29090b05
commit 8705862786
2 changed files with 9 additions and 3 deletions

View File

@@ -341,6 +341,7 @@ private:
const QString m_msgWait;
QSignalMapper *m_repositoryChangedSignalMapper;
GitSettings *m_settings;
QString m_gitQtcEditor;
};
} // namespace Internal