forked from qt-creator/qt-creator
VCS: Remove trailing return type of lambda
Change-Id: Iba1033ed5eaaf68815ac83a91a514845c0f2347a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ VcsCommand::VcsCommand(const QString &workingDirectory,
|
|||||||
Core::ShellCommand(workingDirectory, environment),
|
Core::ShellCommand(workingDirectory, environment),
|
||||||
m_preventRepositoryChanged(false)
|
m_preventRepositoryChanged(false)
|
||||||
{
|
{
|
||||||
setOutputProxyFactory([this]() -> OutputProxy * {
|
setOutputProxyFactory([this] {
|
||||||
auto proxy = new OutputProxy;
|
auto proxy = new OutputProxy;
|
||||||
VcsOutputWindow *outputWindow = VcsOutputWindow::instance();
|
VcsOutputWindow *outputWindow = VcsOutputWindow::instance();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user