diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-07 21:47:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-07 21:47:00 +0300 |
commit | 4f8e8c36290e46c00fa0266c4e4af553fac59a4c (patch) | |
tree | 618c1c9359a44aae173d5f7276e4bbfafccd7111 /src/gui/whoisonline.cpp | |
parent | b638b4ca0dbe20e83e30a18f30357ddcc85c64d8 (diff) | |
download | plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.gz plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.bz2 plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.tar.xz plus-4f8e8c36290e46c00fa0266c4e4af553fac59a4c.zip |
Fix code style.
Diffstat (limited to 'src/gui/whoisonline.cpp')
-rw-r--r-- | src/gui/whoisonline.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 3e101338e..b2810aa0b 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -711,7 +711,8 @@ void WhoIsOnline::updateSize() mBrowserBox->setWidth(area.width - 10); } -const std::string WhoIsOnline::prepareNick(const std::string &nick, const int level, +const std::string WhoIsOnline::prepareNick(const std::string &nick, + const int level, const std::string &color) const { const std::string text = encodeLinkText(nick); |