Fix building of vcsbase on windows.

Change-Id: Iae5f31e0f86c3b27f23d5a453710e1d8e867a558
Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
Bill King
2011-12-08 16:25:44 +01:00
parent 038f4b2671
commit 104b81e541
2 changed files with 4 additions and 3 deletions

View File

@@ -51,11 +51,12 @@ namespace Utils {
namespace VCSBase {
namespace Internal {
struct CommonVcsSettings;
class CommonVcsSettings;
}
struct VCSBaseSubmitEditorPrivate;
struct VCSBASE_EXPORT VCSBaseSubmitEditorParameters {
class VCSBASE_EXPORT VCSBaseSubmitEditorParameters {
public:
const char *mimeType;
const char *id;
const char *displayName;

View File

@@ -44,7 +44,7 @@ QT_END_NAMESPACE
namespace VCSBase {
namespace Internal {
struct CommonVcsSettings;
class CommonVcsSettings;
class CommonOptionsPage;
class CoreListener;