mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove QByteArray TODO
there is such method Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
806043ae3d
commit
fb0efaa977
1 changed files with 0 additions and 3 deletions
|
@ -1672,9 +1672,6 @@ QByteArray &QByteArray::replace(int pos, int len, const char *after, int alen)
|
|||
return insert(pos, after, alen);
|
||||
}
|
||||
|
||||
// ### optimize all other replace method, by offering
|
||||
// QByteArray::replace(const char *before, int blen, const char *after, int alen)
|
||||
|
||||
/*!
|
||||
\overload
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue