[Qt-creator] A very small Tooltip detail observation

mapron mapron at yandex.ru
Fri Sep 6 16:23:21 CEST 2019


I think you should fill bug as documentation issue: in vector.cpp in 
QDoc comment we have "int count", but in header file - int n.

I wonder , what if qdoc would be in header file too, how that confilct 
resolved.

On 06.09.2019 21:17, Jason H wrote:
> QVector<int> v;
>
> v.remove( -> tooltip [2 of 2| void remove(int i, int n)]
>
> However the documentation says: "void QVector::remove(int i, int count)"
>
> I had expected the tooltip to be [2 of 2| void remove(int i, int count)]
>
> Not sure where these are being generated from, not necessarily an issue, or a QtCreator issue at that.
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator


More information about the Qt-creator mailing list