Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
using namespace YACReader;
9
10
void YACReader::addSperator(QWidget *w)
11
{
12
QAction *separator = new QAction(w);
13
separator->setSeparator(true);
14
w->addAction(separator);
15
}
16
17
QAction *YACReader::createSeparator()
18
{
Callers
nothing calls this directly
Calls
1
addAction
Method · 0.80
Tested by
no test coverage detected