~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/remotelinux/remotelinuxenvironmentaspectwidget.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    disconnect(button, SIGNAL(clicked()), this, SLOT(fetchEnvironment()));
71
71
    connect(button, SIGNAL(clicked()), this, SLOT(stopFetchEnvironment()));
72
72
    button->setText(tr("Cancel Fetch Operation"));
73
 
    deviceEnvReader->start(aspect()->runConfiguration()->environmentPreparationCommand());
 
73
    deviceEnvReader->start();
74
74
}
75
75
 
76
76
void RemoteLinuxEnvironmentAspectWidget::fetchEnvironmentFinished()