HiroSatou / Hirocoin

MIT License
3 stars 11 forks source link

stderr output on Qt5 build under Ubuntu/Unity #3

Open n00bsys0p opened 10 years ago

n00bsys0p commented 10 years ago

QMetaObject::invokeMethod: No such method QMenuBar::aboutToShow()

This is shown every time the window gets focus. It does not appear to affect any operation that I have tested. The Qt4 build of the latest source does not generate this output. I have checked the Hirocoin source and the aboutToShow signal does not appear anywhere, so no idea how to go about resolving it, if it's even a problem.