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