forked from qt-creator/qt-creator
Fix building of vcsbase on windows.
Change-Id: Iae5f31e0f86c3b27f23d5a453710e1d8e867a558 Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
@@ -51,11 +51,12 @@ namespace Utils {
|
|||||||
|
|
||||||
namespace VCSBase {
|
namespace VCSBase {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
struct CommonVcsSettings;
|
class CommonVcsSettings;
|
||||||
}
|
}
|
||||||
struct VCSBaseSubmitEditorPrivate;
|
struct VCSBaseSubmitEditorPrivate;
|
||||||
|
|
||||||
struct VCSBASE_EXPORT VCSBaseSubmitEditorParameters {
|
class VCSBASE_EXPORT VCSBaseSubmitEditorParameters {
|
||||||
|
public:
|
||||||
const char *mimeType;
|
const char *mimeType;
|
||||||
const char *id;
|
const char *id;
|
||||||
const char *displayName;
|
const char *displayName;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ QT_END_NAMESPACE
|
|||||||
namespace VCSBase {
|
namespace VCSBase {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
struct CommonVcsSettings;
|
class CommonVcsSettings;
|
||||||
class CommonOptionsPage;
|
class CommonOptionsPage;
|
||||||
class CoreListener;
|
class CoreListener;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user