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:13:51 +0000 (21:13 +0100)
commit9019590918204bcf68e82b6bbfcda31c37c5b9e6
tree6e4397e151449eddd5712a8b3fbaeef8f67d178c
parent90fba615fc90c23d92faa6d874dd0b3fcf80a425
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