summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h
diff options
context:
space:
mode:
authorPawel Polanski <pawel.3.polanski@nokia.com>2011-06-09 14:45:08 +0200
committerPaweł Polański <jaggernod@gmail.com>2011-06-10 16:45:38 +0200
commit3f750695b42bbc8452764263b3e0ab6d00012815 (patch)
tree5c7546a539cb69b9cdd2b3627d97c856b290c32b /src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h
parenteed4d1e149056c723bab48e81c8bce30eb682209 (diff)
downloadqt-creator-3f750695b42bbc8452764263b3e0ab6d00012815.tar.gz
Symbian: TRK is no more!
TKR-related code has been removed. From now on CODA is the default On-Device Agent Change-Id: I52236a33aff9b31ca48d507da97430df7d871239 Reviewed-on: http://codereview.qt.nokia.com/450 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Paweł Polański <jaggernod@gmail.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h')
-rw-r--r--src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h b/src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h
index 6348176fa9..9402a17c86 100644
--- a/src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h
+++ b/src/plugins/qt4projectmanager/qt-s60/s60deployconfigurationwidget.h
@@ -52,10 +52,6 @@ namespace Utils {
class IpAddressLineEdit;
}
-namespace trk {
- class Launcher;
-}
-
namespace SymbianUtils {
class SymbianDevice;
}
@@ -96,8 +92,6 @@ private slots:
void setSerialPort(int index);
void updateDeviceInfo();
void clearDeviceInfo();
- void slotLauncherStateChanged(int);
- void slotWaitingForTrkClosed();
void silentInstallChanged(int);
void updateCommunicationChannel();
void updateCommunicationChannelUi();
@@ -129,15 +123,11 @@ private:
QToolButton *m_deviceInfoButton;
QLabel *m_deviceInfoDescriptionLabel;
QLabel *m_deviceInfoLabel;
- QPointer<trk::Launcher> m_infoLauncher;
QComboBox *m_installationDriveCombo;
QCheckBox *m_silentInstallCheckBox;
QRadioButton *m_serialRadioButton;
QRadioButton *m_wlanRadioButton;
Utils::IpAddressLineEdit *m_ipAddress;
- QRadioButton *m_trkRadioButton;
- QRadioButton *m_codaRadioButton;
- QLabel *m_codaInfoLabel;
QSharedPointer<Coda::CodaDevice> m_codaInfoDevice;
QString m_deviceInfo;
QTimer *m_codaTimeout;