MCPcopy Create free account
hub / github.com/KDE/kdevelop / event

Method event

kdevplatform/shell/mainwindow.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool KDevelop::MainWindow::event( QEvent* ev )
203{
204 if ( ev->type() == QEvent::PaletteChange )
205 updateAllTabColors();
206 return Sublime::MainWindow::event(ev);
207}
208
209void MainWindow::dragEnterEvent( QDragEnterEvent* ev )
210{

Callers

nothing calls this directly

Calls 2

eventFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected