aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2011-08-02 13:26:30 +0000
committerTobias Hunger <[email protected]>2011-08-02 15:56:55 +0200
commit29cdaccd13924cf29280739f5ce2f5aedb3a7a4b (patch)
treefff65fcad6e661f67d5bdd4af732d16d59d4021a /src/plugins/git/gitclient.h
parentedc776c26cf136f187266c17361320964062ba7f (diff)
Use classes in favor of structs
Change-Id: I6ad2df70b7ad9b5fdc5baddc3ef85d0fed0c139c Reviewed-on: http://codereview.qt.nokia.com/2518 Reviewed-by: Qt Sanity Bot <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index 82c773ad160..7af9056276d 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -68,7 +68,7 @@ namespace Internal {
class GitPlugin;
class GitOutputWindow;
class GitCommand;
-struct CommitData;
+class CommitData;
struct GitSubmitEditorPanelData;
class Stash;