mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
fix copy and paste error
upstream commits:
4b7a0a0717
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0e92dc53c2
commit
8cb361d459
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ void QDeclarativeStateGroupPrivate::setCurrentStateInternal(const QString &state
|
|||
|
||||
applyingState = true;
|
||||
|
||||
QDeclarativeTransition *transition = (ignoreTrans || ignoreTrans) ? 0 : findTransition(currentState, state);
|
||||
QDeclarativeTransition *transition = ignoreTrans ? 0 : findTransition(currentState, state);
|
||||
if (stateChangeDebug()) {
|
||||
qWarning() << this << "Changing state. From" << currentState << ". To" << state;
|
||||
if (transition)
|
||||
|
|
Loading…
Add table
Reference in a new issue