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:
parent
e9fb073753
commit
e8ed7e1f53
|
@ -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…
Reference in New Issue
Block a user