Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ Private
Method
Private
src/KDChart/KDChartTextAttributes.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
};
49
50
TextAttributes::Private::Private()
51
: font(QApplication::font())
52
, pen(Qt::black)
53
{
54
}
55
56
TextAttributes::TextAttributes()
57
: _d(new Private())
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected