forked from qt-creator/qt-creator
Compile.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace ProjectExplorer {
|
|||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
class QtOptionsPageWidget;
|
class QtOptionsPageWidget;
|
||||||
|
class QtOptionsPage;
|
||||||
}
|
}
|
||||||
|
|
||||||
class PROJECTEXPLORER_EXPORT QtVersion
|
class PROJECTEXPLORER_EXPORT QtVersion
|
||||||
@@ -128,7 +129,7 @@ class PROJECTEXPLORER_EXPORT QtVersionManager : public QObject
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
// for getUniqueId();
|
// for getUniqueId();
|
||||||
friend class QtVersion;
|
friend class QtVersion;
|
||||||
friend class QtOptionsPage;
|
friend class Internal::QtOptionsPage;
|
||||||
public:
|
public:
|
||||||
static QtVersionManager *instance();
|
static QtVersionManager *instance();
|
||||||
QtVersionManager();
|
QtVersionManager();
|
||||||
|
Reference in New Issue
Block a user