Browse Source

fix: fixed documentation mistake

pull/4236/head
noavarice 9 years ago
parent
commit
e8ed7e1f53
  1. 2
      src/chatlog/textformatter.cpp

2
src/chatlog/textformatter.cpp

@ -131,7 +131,7 @@ static bool isTagIntersection(const QString& str) @@ -131,7 +131,7 @@ static bool isTagIntersection(const QString& str)
/**
* @brief Applies a function for URL's which can be extracted from passed string
* @param str String in which we are looking for URL's
* @param func Function which is applying to URL
* @param func Function which is applied to URL
*/
static void processUrl(QString& str, std::function<QString(QString&)> func)
{

Loading…
Cancel
Save