MCPcopy Create free account
hub / github.com/KDAB/GammaRay / createSeparator

Function createSeparator

plugins/quickinspector/quickinspectorwidget.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63#endif
64
65static QAction *createSeparator(QObject *parent)
66{
67 QAction *action = new QAction(parent);
68 action->setSeparator(true);
69 return action;
70}
71
72QuickInspectorWidget::QuickInspectorWidget(QWidget *parent)
73 : QWidget(parent)

Callers 1

QuickInspectorWidgetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected