| 21 | } |
| 22 | |
| 23 | void InstantBlameWidget::initUI() |
| 24 | { |
| 25 | QHBoxLayout *layout = new QHBoxLayout(this); |
| 26 | layout->setContentsMargins(0, 0, 0, 0); |
| 27 | |
| 28 | label = new QLabel(this); |
| 29 | |
| 30 | layout->addWidget(label); |
| 31 | } |
| 32 | |
| 33 | CommitInfo InstantBlameWidget::parserBlameOutput(const QStringList &blame) |
| 34 | { |