forked from qt-creator/qt-creator
Fix windows build
Nested classes of exported classes are not exported automatically.
Amends df8ef72aec
.
Change-Id: I73b8986c2313d1fa8a2b3a9dc58ff70dd129b6c7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
4daba5a9fa
commit
f940aad53c
@@ -217,7 +217,7 @@ public:
|
|||||||
const QString &localName,
|
const QString &localName,
|
||||||
const QStringList &extraArgs);
|
const QStringList &extraArgs);
|
||||||
|
|
||||||
class RepoUrl {
|
class CORE_EXPORT RepoUrl {
|
||||||
public:
|
public:
|
||||||
RepoUrl(const QString &location);
|
RepoUrl(const QString &location);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user