forked from qt-creator/qt-creator
Compile fix for windows.
Change-Id: Ibd1dac3ac1fdf25666eb3ec4c076a54e98548ec7 Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user