Compile fix for windows.

Change-Id: Ibd1dac3ac1fdf25666eb3ec4c076a54e98548ec7
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
This commit is contained in:
Bill King
2012-02-17 09:35:54 +01:00
parent 1ae7f13dc4
commit c750fc2523

View File

@@ -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)