Skip to content
Snippets Groups Projects
Commit 057bc58d authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Small coding style cleanup


Change-Id: I4b7a3dbd58cb52f9c6245ed59be2b1be8c98f66d
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 19bb0fd8
No related branches found
No related tags found
No related merge requests found
......@@ -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 &);
......
......@@ -69,8 +69,8 @@ public:
static QString fileFromChangeLine(const QString &line);
protected:
virtual QByteArray fileContents() const;
virtual bool setFileContents(const QString &contents);
QByteArray fileContents() const;
bool setFileContents(const QString &contents);
private:
inline PerforceSubmitEditorWidget *submitEditorWidget();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment