1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix #484 (took me a while to figure out lol)

This commit is contained in:
dubslow 2014-10-19 22:50:37 -05:00
parent c1cef51d56
commit 6b8ddab84b

View File

@ -154,4 +154,6 @@ void AddFriendForm::handleDnsLookup()
// finally we got it
emit friendRequested(friendAdress, getMessage());
this->toxId.setText("");
this->message.setText("");
}