Skip to content
Verified Commit e1730dfa authored by Julius Künzel's avatar Julius Künzel 💬
Browse files

[Code Gardening] Another round to fix compiler warning

parent 8a8e6ba4
Pipeline #353313 passed with stages
in 1 hour, 3 minutes, and 58 seconds
  • You probably see this as well but just in case, now I had a closer look at this one and it appears to be a bug,

     ../src/assets/view/widgets/keyframewidget.cpp:571:43: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
       571 |             ColorWheel Q_EMIT updateHeight();

    It appears indeed that this is a declaration so the signal is never emitted...

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment