Closed HJarausch closed 6 years ago
Do you really need this plugin?
Hopefully, I've fixed the problem with
sed -e 's|QZ_REGISTER_EVENT_HANDLER(PluginProxy::MousePressHandler)|\ // Registering this plugin as a MousePressHandler.\ // Otherwise mousePress() function will never be called\ mApp->plugins()->registerAppEventHandler(PluginProxy::MousePressHandler, this)|' src/plugins/CopyTitle/copytitle.cpp
Should be fixed now.
I have qt-5.9.1 installed on my Gentoo system. Compile the GIT version of Qupzilla fails due to
copytitle.cpp:55:5: error: 'QZ_REGISTER_EVENT_HANDLER' was not declared in this scope QZ_REGISTER_EVENT_HANDLER(PluginProxy::MousePressHandler);