From: Manuel Nickschas Date: Thu, 8 May 2008 21:48:26 +0000 (+0000) Subject: readability++ X-Git-Tag: 0.3.0~425^2~2 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=dbdca302fc349d0e3d46aa0d8091c08b2df28af5;hp=dbdca302fc349d0e3d46aa0d8091c08b2df28af5 readability++ Renamed stuff, most notably Message::text() -> Message::contents(), StyledString::text -> StyledString::plainText, StyledString::formats -> StyledString::formatList Also made Message() take const_refs where appropriate. ---