forked from qt-creator/qt-creator
Git: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I60dcd378419b92f96dc681921701c9231ef8ee57 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -72,12 +72,11 @@ public:
|
||||
void setItemDelegate(QAbstractItemDelegate *delegate);
|
||||
|
||||
signals:
|
||||
void activated(const QString &commit);
|
||||
|
||||
private slots:
|
||||
void emitActivated(const QModelIndex &index);
|
||||
void commitActivated(const QString &commit);
|
||||
|
||||
private:
|
||||
void emitCommitActivated(const QModelIndex &index);
|
||||
|
||||
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) override;
|
||||
bool populateLog(const QString &repository, const QString &commit, LogFlags flags);
|
||||
const QStandardItem *currentItem(int column = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user