Skip to content

Commit b75c5e8

Browse files
committed
chore: fix build on win qt6
1 parent 7a1c96d commit b75c5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/src/abstractlogview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ void AbstractLogView::considerMouseHovering( int xPos, int yPos )
22152215
// Mouse moved in the margin, send event up
22162216
// (possibly to highlight the overview)
22172217
if ( line != lastHoveredLine_ ) {
2218-
LOG_DEBUG << "Mouse moved in margin line: " << line;
2218+
LOG_DEBUG << "Mouse moved in margin line: " << *line;
22192219
Q_EMIT mouseHoveredOverLine( *line );
22202220
lastHoveredLine_ = line;
22212221
}

0 commit comments

Comments
 (0)