Revert "Reset the input prior to processing it in order to prevent issues with per...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 22 Jan 2012 20:04:44 +0000 (21:04 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 22 Jan 2012 20:04:44 +0000 (21:04 +0100)
commitd45d1044c030312878cb648fd1325ce70b079c44
treeb64e98c3a6cc66641ef9b4aa5dc75949555e3209
parent7fdaa5c9df2e632685ef2d8d0177ac22b7145a6f
Revert "Reset the input prior to processing it in order to prevent issues with per-chat history. fixes 984"

This reverts commit b56a8712f3063e93b68bfa6bd8f2ec67e955df50.

That solution had the side effect that the textEdit would already been cleared when the textEntered() signal
was sent out. This broke the assumption that consumers of that signal could access the edit's content.
We'll find a better solution for the history problems.
src/uisupport/multilineedit.cpp