You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
In the given file, L53, L54... all contain the QStringLiteral symbol in the same fashion. Hovering the first instance gives const QString qstring_literal_temp as hover text, the next two give QBasicAtomicInteger::QBasicAtomicInteger<T><typename T>(T value), the fourth gives QStringDataPtr holder, fifth gives QBasicAtomicInteger again, you get the idea.
On top of this, hovering one highlights the rest, so there is some indication of them being the same symbol
https://sourcegraph.com/github.com/qbittorrent/qBittorrent/-/blob/src/base/rss/rss_feed.cpp
In the given file, L53, L54... all contain the QStringLiteral symbol in the same fashion. Hovering the first instance gives
const QString qstring_literal_temp
as hover text, the next two giveQBasicAtomicInteger::QBasicAtomicInteger<T><typename T>(T value)
, the fourth givesQStringDataPtr holder
, fifth gives QBasicAtomicInteger again, you get the idea.On top of this, hovering one highlights the rest, so there is some indication of them being the same symbol
Index steps straight from autoindex conf:
The text was updated successfully, but these errors were encountered: