diff options
author | Bill King <bill.king@nokia.com> | 2012-02-17 09:35:54 +0100 |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2012-02-17 09:54:28 +0100 |
commit | c750fc2523453a87416bb787e425c707ee967659 (patch) | |
tree | 6e4753e9d2bc43e26c47b4f159f692ffee9a6869 /src/libs/cplusplus/ModelManagerInterface.h | |
parent | 1ae7f13dc44694b4f72b160e0ec7aa2d79f385e3 (diff) | |
download | qt-creator-c750fc2523453a87416bb787e425c707ee967659.tar.gz |
Compile fix for windows.
Change-Id: Ibd1dac3ac1fdf25666eb3ec4c076a54e98548ec7
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'src/libs/cplusplus/ModelManagerInterface.h')
-rw-r--r-- | src/libs/cplusplus/ModelManagerInterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/cplusplus/ModelManagerInterface.h b/src/libs/cplusplus/ModelManagerInterface.h index 06ab239c68..ebfae4e2ab 100644 --- a/src/libs/cplusplus/ModelManagerInterface.h +++ b/src/libs/cplusplus/ModelManagerInterface.h @@ -103,7 +103,7 @@ public: typedef QSharedPointer<ProjectPart> Ptr; }; - class ProjectInfo + class CPLUSPLUS_EXPORT ProjectInfo { public: ProjectInfo() @@ -153,7 +153,7 @@ public: QByteArray m_defines; }; - class WorkingCopy + class CPLUSPLUS_EXPORT WorkingCopy { public: void insert(const QString &fileName, const QString &source, unsigned revision = 0) |