equal
deleted
inserted
replaced
66 << QLatin1String("/qdoc/index.html"); |
66 << QLatin1String("/qdoc/index.html"); |
67 |
67 |
68 ui.startUrlLineEdit->setText(rc); |
68 ui.startUrlLineEdit->setText(rc); |
69 |
69 |
70 process = new QProcess(this); |
70 process = new QProcess(this); |
71 connect(process, SIGNAL(finished(int, QProcess::ExitStatus)), |
71 connect(process, SIGNAL(finished(int,QProcess::ExitStatus)), |
72 this, SLOT(helpViewerClosed())); |
72 this, SLOT(helpViewerClosed())); |
73 } |
73 } |
74 |
74 |
75 RemoteControl::~RemoteControl() |
75 RemoteControl::~RemoteControl() |
76 { |
76 { |