Skip to content

Commit

Permalink
Including missing header
Browse files Browse the repository at this point in the history
Fixing changes in QtCreator source
  • Loading branch information
francescmm committed Dec 15, 2019
1 parent 9e32746 commit 881fee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GitQlientPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#include <projectexplorer/session.h>
#include <projectexplorer/project.h>

#include <utils/icon.h>

namespace GitQlientNamespace
{

Expand All @@ -55,7 +57,7 @@ MyMode::MyMode()
setEnabled(true);
setId(id);

setWidget(mGitImpl = new GitQlient());
setWidget(mGitImpl = new GitQlient({ "-noLog" }));

mGitImpl->setObjectName("mainWindow");
}
Expand Down

0 comments on commit 881fee5

Please sign in to comment.