We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ac06e commit a44997bCopy full SHA for a44997b
src/core/qgscontexthelp.cpp
@@ -105,8 +105,8 @@ void QgsContextHelp::showContext( QString context )
105
#ifdef QGSCONTEXTHELP_REUSE
106
// Send context to process
107
QTextStream os( mSocket );
108
- os << contextId << "\n";
109
- QgsDebugMsg( QString( "Sending help process context %1" ).arg( contextId ) );
+ os << context << "\n";
+ QgsDebugMsg( QString( "Sending help process context %1" ).arg( context ) );
110
#else
111
// Should be NULL here unless previous process termination failed
112
// (if it did fail, we abandon the process and delete the object reference)
0 commit comments