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

fix: fixed documentation mistake

This commit is contained in:
noavarice 2017-03-07 15:34:52 +03:00
parent e9fb073753
commit e8ed7e1f53

View File

@ -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)
{