MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / showMessageTips

Method showMessageTips

src/gui/documentviewer/WizTitleBar.cpp:1033–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033void WizTitleBar::showMessageTips(Qt::TextFormat format, const QString& strInfo)
1034{
1035 m_notifyBar->showMessageTips(format, strInfo);
1036}
1037
1038void WizTitleBar::hideMessageTips(bool useAnimation)
1039{

Calls

no outgoing calls

Tested by

no test coverage detected