Skip to content

Commit

Permalink
chore: fix build on win qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 14, 2024
1 parent 7a1c96d commit b75c5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/abstractlogview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ void AbstractLogView::considerMouseHovering( int xPos, int yPos )
// Mouse moved in the margin, send event up
// (possibly to highlight the overview)
if ( line != lastHoveredLine_ ) {
LOG_DEBUG << "Mouse moved in margin line: " << line;
LOG_DEBUG << "Mouse moved in margin line: " << *line;
Q_EMIT mouseHoveredOverLine( *line );
lastHoveredLine_ = line;
}
Expand Down

0 comments on commit b75c5e8

Please sign in to comment.