Skip to content

Commit

Permalink
don't close qgis_help when qgis closes (fixes #8305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 25, 2016
1 parent de581ee commit a43a287
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/qgscontexthelp.cpp
Expand Up @@ -18,7 +18,6 @@

#include <QString>
#include <QProcess>
#include <QTcpSocket>
#include <QTextStream>

#include "qgscontexthelp.h"
Expand Down Expand Up @@ -61,9 +60,6 @@ QProcess *QgsContextHelp::start()
// Delete this object if the process terminates
connect( process, SIGNAL( finished( int, QProcess::ExitStatus ) ), SLOT( processExited() ) );

// Delete the process if the application quits
connect( qApp, SIGNAL( aboutToQuit() ), process, SLOT( terminate() ) );

connect( process, SIGNAL( error( QProcess::ProcessError ) ), this, SLOT( error( QProcess::ProcessError ) ) );

#ifdef Q_OS_WIN
Expand Down

0 comments on commit a43a287

Please sign in to comment.