| 2123 | } |
| 2124 | |
| 2125 | EncodingLabel::EncodingLabel(const QString& text, const QSharedPointer<SourceData>& pSD): |
| 2126 | QLabel(text) |
| 2127 | { |
| 2128 | m_pSourceData = pSD; |
| 2129 | m_pContextEncodingMenu = nullptr; |
| 2130 | setMouseTracking(true); |
| 2131 | } |
| 2132 | |
| 2133 | void EncodingLabel::mouseMoveEvent(QMouseEvent*) |
| 2134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected