backport: remember to always intialize your vars; m_init, in this case

will be in kde 4.2.4
CCBUG: 192293

svn path=/branches/KDE/4.2/kdegraphics/okular/; revision=972754
remotes/origin/KDE/4.2
Pino Toscano 17 years ago
parent e29353ed4e
commit 085e898ef7
  1. 2
      ui/annotationtools.cpp

@ -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…
Cancel
Save