examples/help/remotecontrol/remotecontrol.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    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 {