always initialize your variables
svn path=/trunk/KDE/kdebase/workspace/; revision=524818
This commit is contained in:
parent
3bf0fce883
commit
d5ccf5d388
1 changed files with 1 additions and 0 deletions
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue