This commit is contained in:
con
2009-04-23 16:13:26 +02:00
parent 160247834a
commit 94512b82a4

View File

@@ -40,6 +40,7 @@ namespace ProjectExplorer {
namespace Internal {
class QtOptionsPageWidget;
class QtOptionsPage;
}
class PROJECTEXPLORER_EXPORT QtVersion
@@ -128,7 +129,7 @@ class PROJECTEXPLORER_EXPORT QtVersionManager : public QObject
Q_OBJECT
// for getUniqueId();
friend class QtVersion;
friend class QtOptionsPage;
friend class Internal::QtOptionsPage;
public:
static QtVersionManager *instance();
QtVersionManager();