Subversion Repositories svn1

Rev

Rev 308 | Rev 313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 308 Rev 312
Line 122... Line 122...
122
**
122
**
123
----------------------------------------------------------------------------*/
123
----------------------------------------------------------------------------*/
124
 
124
 
125
void qmTeamDisplay::showEvent ( QShowEvent * event )
125
void qmTeamDisplay::showEvent ( QShowEvent * event )
126
{
126
{
127
    qDebug("qmTeamDisplay::showEvent");
127
    qDebug("showEvent::showEvent");
128
    if ( ! event->spontaneous() )
128
    if ( ! event->spontaneous() )
129
    {
129
    {
-
 
130
        if ( ! dirty)
-
 
131
        {
130
        populate(ui->teamNumber->value());
132
            populate(ui->teamNumber->value());
-
 
133
        }
131
    }
134
    }
132
}
135
}
133
 
136
 
134
/*----------------------------------------------------------------------------
137
/*----------------------------------------------------------------------------
135
** FUNCTION           : blockSignals
138
** FUNCTION           : blockSignals