anthonyfieroni added inline comments. INLINE COMMENTS
> kcheckaccelerators.cpp:97 > + > + if (!app->eventDispatcher()) { > + // We are called with event dispatcher being null when KXmlGui is > being loaded That's static member, you don't need instance. BTW can we check only for null app, i mean if it's not directly linked library qapp will be null, it's not checked. REPOSITORY R263 KXmlGui REVISION DETAIL https://phabricator.kde.org/D18204 To: aacid Cc: anthonyfieroni, kde-frameworks-devel, michaelh, ngraham, bruns