mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-30 03:32:13 +00:00
remember to always intialize your vars; m_init, in this case
BUG: 192293 svn path=/trunk/KDE/kdegraphics/okular/; revision=972753
This commit is contained in:
parent
1d133e2016
commit
372968eb6c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "core/annotations.h"
|
||||
|
||||
AnnotatorEngine::AnnotatorEngine( const QDomElement & engineElement )
|
||||
: m_engineElement( engineElement ), m_creationCompleted( false )
|
||||
: m_engineElement( engineElement ), m_creationCompleted( false ), m_item( 0 )
|
||||
{
|
||||
// parse common engine attributes
|
||||
if ( engineElement.hasAttribute( "color" ) )
|
||||
|
|
Loading…
Reference in a new issue