Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.0:Ports
kvirc
fix-processEvents.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-processEvents.patch of Package kvirc
--- a/src/kvirc/kernel/KviIrcConnection.cpp +++ a/src/kvirc/kernel/KviIrcConnection.cpp @@ -669,7 +669,7 @@ void KviIrcConnection::closeAllChannels() while(m_pChannelList->first()) { m_pChannelList->first()->close(); - QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents); + QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents); } } @@ -678,7 +678,7 @@ void KviIrcConnection::closeAllQueries() while(m_pQueryList->first()) { m_pQueryList->first()->close(); - QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers & QEventLoop::ExcludeUserInputEvents); + QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers | QEventLoop::ExcludeUserInputEvents); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor