forked from qt-creator/qt-creator
debugger: rename 'AttachRemote' to 'StartRemote'
This commit is contained in:
@@ -40,8 +40,8 @@ class QPushButton;
|
||||
namespace Ui {
|
||||
class AttachCoreDialog;
|
||||
class AttachExternalDialog;
|
||||
class AttachRemoteDialog;
|
||||
class StartExternalDialog;
|
||||
class StartRemoteDialog;
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
@@ -101,13 +101,13 @@ private:
|
||||
ProcessListFilterModel *m_model;
|
||||
};
|
||||
|
||||
class AttachRemoteDialog : public QDialog
|
||||
class StartRemoteDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AttachRemoteDialog(QWidget *parent);
|
||||
~AttachRemoteDialog();
|
||||
explicit StartRemoteDialog(QWidget *parent);
|
||||
~StartRemoteDialog();
|
||||
|
||||
void setRemoteChannel(const QString &host);
|
||||
void setRemoteArchitecture(const QString &arch);
|
||||
@@ -116,7 +116,7 @@ public:
|
||||
QString remoteArchitecture() const;
|
||||
|
||||
private:
|
||||
Ui::AttachRemoteDialog *m_ui;
|
||||
Ui::StartRemoteDialog *m_ui;
|
||||
};
|
||||
|
||||
class StartExternalDialog : public QDialog
|
||||
|
||||
Reference in New Issue
Block a user