qt: Add dummy context to make mixin happy
* lang/qt/qgpgmegpgcardjob.cpp (QGpgMEGpgCardJob): Add context. -- Otherwise it fails with an assert.
This commit is contained in:
parent
77feaa4510
commit
9ca679c150
@ -53,7 +53,8 @@ using namespace GpgME;
|
|||||||
using namespace QGpgME;
|
using namespace QGpgME;
|
||||||
|
|
||||||
QGpgMEGpgCardJob::QGpgMEGpgCardJob()
|
QGpgMEGpgCardJob::QGpgMEGpgCardJob()
|
||||||
: mixin_type(nullptr)
|
: mixin_type(/* needed for the mixer */
|
||||||
|
Context::createForEngine(GpgME::SpawnEngine).release())
|
||||||
{
|
{
|
||||||
lateInitialization();
|
lateInitialization();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user