Kaydet (Commit) 9e4b6236 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wswitch

Change-Id: I3e3ee66c8d965e13f5efbbaf811764d976ebff93
üst f265afbb
......@@ -136,6 +136,8 @@ namespace dbaui
case MouseNotifyEvent::MOUSEBUTTONUP:
bHandled = m_rController.interceptUserInput( _rNEvt );
break;
default:
break;
}
return bHandled || Window::PreNotify( _rNEvt );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment