Maemo: Give users access to remote process list.

This commit is contained in:
Christian Kandeler
2010-10-21 16:25:16 +02:00
parent 2ede8e3c16
commit e6091e7877
9 changed files with 744 additions and 8 deletions

View File

@@ -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);