forked from qt-creator/qt-creator
Maemo: Give users access to remote process list.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
#include "maemoconfigtestdialog.h"
|
||||
#include "maemodeviceconfigurations.h"
|
||||
#include "maemoremoteprocessesdialog.h"
|
||||
#include "maemosshconfigdialog.h"
|
||||
|
||||
#include <coreplugin/ssh/sshremoteprocessrunner.h>
|
||||
@@ -342,6 +343,12 @@ void MaemoSettingsWidget::showGenerateSshKeyDialog()
|
||||
dialog.exec();
|
||||
}
|
||||
|
||||
void MaemoSettingsWidget::showRemoteProcesses()
|
||||
{
|
||||
MaemoRemoteProcessesDialog dlg(currentConfig().server, this);
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
void MaemoSettingsWidget::setPrivateKey(const QString &path)
|
||||
{
|
||||
m_ui->keyFileLineEdit->setPath(path);
|
||||
|
||||
Reference in New Issue
Block a user