aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-02-19 21:23:41 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2012-02-21 10:41:03 +0100
commit6d97c0ecc1d731dd1a54aa21c34659bb9b91c6ef (patch)
treeb0b937a589ed4949fcb5b4f749a7a85f45048437 /src/plugins/git/changeselectiondialog.h
parent68878208d88948e5ea2bb579c1269d64aadb58cf (diff)
Git: Enable 'Show' for files, not only commits
Change-Id: I0f49d3a26c801af84bb578478bd4778356507cf6 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index 0020cdc7248..f77274edf74 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -48,8 +48,8 @@ public:
QString change() const;
- QString repository() const;
- void setRepository(const QString &s);
+ QString workingDirectory() const;
+ void setWorkingDirectory(const QString &s);
public slots:
void selectWorkingDirectory();