equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
1082 if(d->ic) { |
1082 if(d->ic) { |
1083 delete d->ic; |
1083 delete d->ic; |
1084 } else { |
1084 } else { |
1085 // release previous focus information participating with |
1085 // release previous focus information participating with |
1086 // preedit preservation of qic |
1086 // preedit preservation of qic |
1087 QInputContext *qic = inputContext(); |
1087 QInputContext *qic = QApplicationPrivate::inputContext; |
1088 if (qic) |
1088 if (qic) |
1089 qic->widgetDestroyed(this); |
1089 qic->widgetDestroyed(this); |
1090 } |
1090 } |
1091 } |
1091 } |
1092 } |
1092 } |