forked from qt-creator/qt-creator
debugger: remove 'Attach to TCF' start option
And TcfEngine etc. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -46,7 +46,6 @@ class QDialogButtonBox;
|
||||
namespace Ui {
|
||||
class AttachCoreDialog;
|
||||
class AttachExternalDialog;
|
||||
class AttachTcfDialog;
|
||||
class StartExternalDialog;
|
||||
class StartRemoteDialog;
|
||||
class StartRemoteEngineDialog;
|
||||
@@ -133,33 +132,6 @@ private:
|
||||
ProcessListFilterModel *m_model;
|
||||
};
|
||||
|
||||
class AttachTcfDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AttachTcfDialog(QWidget *parent);
|
||||
~AttachTcfDialog();
|
||||
|
||||
QString remoteChannel() const;
|
||||
void setRemoteChannel(const QString &host);
|
||||
|
||||
QString remoteArchitecture() const;
|
||||
void setRemoteArchitecture(const QString &arch);
|
||||
void setRemoteArchitectures(const QStringList &arches);
|
||||
|
||||
QString serverStartScript() const;
|
||||
bool useServerStartScript() const;
|
||||
void setUseServerStartScript(bool on);
|
||||
void setServerStartScript(const QString &scriptName);
|
||||
|
||||
private slots:
|
||||
void updateState();
|
||||
|
||||
private:
|
||||
Ui::AttachTcfDialog *m_ui;
|
||||
};
|
||||
|
||||
class StartExternalDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user