MCPcopy Create free account
hub / github.com/YACReader/yacreader / addSperator

Method addSperator

common/yacreader_global_gui.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace YACReader;
9
10void YACReader::addSperator(QWidget *w)
11{
12 QAction *separator = new QAction(w);
13 separator->setSeparator(true);
14 w->addAction(separator);
15}
16
17QAction *YACReader::createSeparator()
18{

Callers

nothing calls this directly

Calls 1

addActionMethod · 0.80

Tested by

no test coverage detected