Maemo: Hide features incompatible with current Maemo version.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-08-23 17:49:07 +02:00
parent 7b276878b1
commit 245865092b
7 changed files with 69 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ namespace Internal {
class MaemoDeviceEnvReader;
class MaemoRunConfiguration;
class Qt4BuildConfiguration;
class MaemoRunConfigurationWidget : public QWidget
{
@@ -88,6 +89,8 @@ private slots:
void userEnvironmentChangesChanged(const QList<ProjectExplorer::EnvironmentItem> &userChanges);
void handleRemoteMountsChanged();
void handleDeploySpecsChanged();
void handleBuildConfigChanged();
void handleToolchainChanged();
private:
void addGenericWidgets(QVBoxLayout *mainLayout);
@@ -113,6 +116,7 @@ private:
QComboBox *m_baseEnvironmentComboBox;
MaemoDeviceEnvReader *m_deviceEnvReader;
ProjectExplorer::EnvironmentWidget *m_environmentWidget;
Qt4BuildConfiguration *m_lastActiveBuildConfig;
};
} // namespace Internal