1 | #include "IDiffWidget.h" |
---|---|
2 | |
3 | IDiffWidget::IDiffWidget(const QSharedPointer<GitBase> &git, QSharedPointer<GitCache> cache, QWidget *parent) |
4 | : QFrame(parent) |
5 | , mGit(git) |
6 | , mCache(cache) |
7 | { |
8 | } |
9 |
1 | #include "IDiffWidget.h" |
---|---|
2 | |
3 | IDiffWidget::IDiffWidget(const QSharedPointer<GitBase> &git, QSharedPointer<GitCache> cache, QWidget *parent) |
4 | : QFrame(parent) |
5 | , mGit(git) |
6 | , mCache(cache) |
7 | { |
8 | } |
9 |