From 29cdaccd13924cf29280739f5ce2f5aedb3a7a4b Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 2 Aug 2011 13:26:30 +0000 Subject: Use classes in favor of structs Change-Id: I6ad2df70b7ad9b5fdc5baddc3ef85d0fed0c139c Reviewed-on: http://codereview.qt.nokia.com/2518 Reviewed-by: Qt Sanity Bot Reviewed-by: Tobias Hunger --- src/plugins/git/commitdata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/git/commitdata.h') diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index f3bc05e427..00ca2d60c9 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -66,8 +66,9 @@ struct GitSubmitEditorPanelData QDebug operator<<(QDebug d, const GitSubmitEditorPanelData &); -struct CommitData +class CommitData { +public: // A pair of state string/file name ('modified', 'file.cpp'). typedef QPair StateFilePair; -- cgit v1.2.1