OSDN Git Service

Merge branch '2.3'
[qt-creator-jp/qt-creator-jp.git] / src / plugins / qtsupport / qtoptionspage.h
index ca41680..99c1fe4 100644 (file)
@@ -43,6 +43,10 @@ QT_BEGIN_NAMESPACE
 class QTreeWidgetItem;
 QT_END_NAMESPACE
 
+namespace ProjectExplorer {
+class ToolChain;
+}
+
 namespace QtSupport {
 
 class BaseQtVersion;
@@ -120,6 +124,7 @@ private:
         QIcon icon;
     };
     ValidityInfo validInformation(const BaseQtVersion *version);
+    QList<ProjectExplorer::ToolChain*> toolChains(const BaseQtVersion *version);
 };
 
 class QtOptionsPage : public Core::IOptionsPage