forked from qt-creator/qt-creator
Git: Show commit on double-click in fixup editor
Change-Id: I8cb08b0fcba3ddac7223b39b3762ff71e8d61f8c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
8bbad43019
commit
325c0beda5
@@ -57,6 +57,12 @@ public:
|
||||
QString commit() const;
|
||||
int commitIndex() const;
|
||||
|
||||
signals:
|
||||
void doubleClicked(const QString &commit);
|
||||
|
||||
private slots:
|
||||
void emitDoubleClicked(const QModelIndex &index);
|
||||
|
||||
private:
|
||||
bool populateLog(const QString &repository, const QString &commit, bool includeRemote);
|
||||
const QStandardItem *currentItem(int column = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user