Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-25 | 1 | -2/+2 |
|\ | |||||
| * | Fix assertion failure in QCompleter::setCompletionPrefix(). | jasplin | 2009-03-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Calling setCompletionPrefix() on a QCompleter from a slot connected to the editingFinished() signal of the corresponding QLineEdit could in some cases alter the internal state of the completer in such a way that an assertion would fail. The fix prevents the asserting code from being called in this particular state. Reviewed-by: janarve Task-number: 246056 | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 24 | -0/+8690 |
| | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 24 | -0/+8690 |