forked from qt-creator/qt-creator
VCS: Replace describe slots with lambdas
Change-Id: I05ca25aad8be43fdfa15d3fb5eaaa9bf753ee79f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
565aed03a2
commit
5832f52cee
@@ -194,15 +194,14 @@ public:
|
||||
|
||||
virtual QString findTopLevelForFile(const QFileInfo &file) const = 0;
|
||||
|
||||
virtual void view(const QString &source, const QString &id,
|
||||
const QStringList &extraOptions = QStringList());
|
||||
|
||||
signals:
|
||||
void parsedStatus(const QList<VcsBase::VcsBaseClient::StatusItem> &statusList);
|
||||
// Passes on changed signals from VcsJob to Control
|
||||
void changed(const QVariant &v);
|
||||
|
||||
public slots:
|
||||
virtual void view(const QString &source, const QString &id,
|
||||
const QStringList &extraOptions = QStringList());
|
||||
|
||||
protected:
|
||||
enum VcsCommandTag
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user