forked from qt-creator/qt-creator
Small coding style cleanup
Change-Id: I4b7a3dbd58cb52f9c6245ed59be2b1be8c98f66d Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -61,7 +61,7 @@ signals:
|
||||
void diff(const QStringList &unstagedFiles, const QStringList &stagedFiles);
|
||||
|
||||
protected:
|
||||
virtual QByteArray fileContents() const;
|
||||
QByteArray fileContents() const;
|
||||
|
||||
private slots:
|
||||
void slotDiffSelected(const QStringList &);
|
||||
|
||||
Reference in New Issue
Block a user