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

Method updateText

plugins/fontbrowser/fontmodel.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void FontModel::updateText(const QString &text)
62{
63 if (text == m_text)
64 return;
65 m_text = text;
66 fontDataChanged();
67}
68
69QVariant FontModel::headerData(int section, Qt::Orientation orientation, int role) const
70{

Callers 1

FontBrowserWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected