MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator<<

Function operator<<

kdevplatform/sublime/idealcontroller.cpp:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50QDebug operator<<(QDebug debug, PrintDockWidget p)
51{
52 const QDebugStateSaver saver(debug);
53 Q_ASSERT(p.dockWidget);
54 debug.noquote().nospace() << dockWidgetAreaName(*p.dockWidget) << ':'
55 << p.dockWidget->view()->document()->documentSpecifier()
56 << (p.dockWidget->isVisible() ? " (visible)" : "");
57 return debug;
58}
59
60/**
61 * If a given tool view has toolbar actions, create a new QMainWindow with a

Callers

nothing calls this directly

Calls 4

dockWidgetAreaNameFunction · 0.85
documentSpecifierMethod · 0.45
documentMethod · 0.45
viewMethod · 0.45

Tested by

no test coverage detected