always initialize your variables

svn path=/trunk/KDE/kdebase/workspace/; revision=524818
This commit is contained in:
Dirk Mueller 2006-03-31 10:33:03 +00:00
parent 3bf0fce883
commit d5ccf5d388

View file

@ -40,6 +40,7 @@ PopupInfo::PopupInfo( const char *name )
: QWidget( 0, name )
{
m_infoString = "";
m_shown = false;
reset();
reconfigure();
connect(&m_delayedHideTimer, SIGNAL(timeout()), this, SLOT(hide()));