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
Every morning I update my home Arch system at home and then my work Arch system; the Arch laptop on the weekends.
For several weeks now, my updates fail with the following error (for every Arch computer):
src/controlbutton.cpp: In member function ‘virtual void controlButton::mouseMoveEvent(QMouseEvent*)’:
src/controlbutton.cpp:20:43: error: ‘class QMouseEvent’ has no member named ‘position’
20 | QToolTip::showText(this->mapToGlobal(e->position().toPoint()),
| ^~~~~~~~
make: *** [Makefile:736: controlbutton.o] Error 1
Solution
Remove the tool-tip feature that requires the mouse position.
Apparently the QmouseEvent dependency is broken. I have remove the offending line. BingWall now compiles.
The text was updated successfully, but these errors were encountered:
I have made this exact change a few weeks ago when I installed BingWall from source. I recently worked up the gumption to make my first important PR. Thank you for opportunity, I appreciate it!
Problem
Solution
tool-tip
feature that requires the mouse position.QmouseEvent
dependency is broken. I have remove the offending line.BingWall
now compiles.The text was updated successfully, but these errors were encountered: