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

Compile fix for windows.


Change-Id: Ibd1dac3ac1fdf25666eb3ec4c076a54e98548ec7
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
parent 1ae7f13d
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ public: ...@@ -103,7 +103,7 @@ public:
typedef QSharedPointer<ProjectPart> Ptr; typedef QSharedPointer<ProjectPart> Ptr;
}; };
class ProjectInfo class CPLUSPLUS_EXPORT ProjectInfo
{ {
public: public:
ProjectInfo() ProjectInfo()
...@@ -153,7 +153,7 @@ public: ...@@ -153,7 +153,7 @@ public:
QByteArray m_defines; QByteArray m_defines;
}; };
class WorkingCopy class CPLUSPLUS_EXPORT WorkingCopy
{ {
public: public:
void insert(const QString &fileName, const QString &source, unsigned revision = 0) void insert(const QString &fileName, const QString &source, unsigned revision = 0)
......
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