Skip to content
Snippets Groups Projects
Commit 104b81e5 authored by Bill King's avatar Bill King
Browse files

Fix building of vcsbase on windows.


Change-Id: Iae5f31e0f86c3b27f23d5a453710e1d8e867a558
Reviewed-by: default avatarHugues Delorme <delorme.hugues@fougsys.fr>
parent 038f4b26
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -44,7 +44,7 @@ QT_END_NAMESPACE
namespace VCSBase {
namespace Internal {
struct CommonVcsSettings;
class CommonVcsSettings;
class CommonOptionsPage;
class CoreListener;
......
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