Exemplo n.º 1
0
void ChatView::showSystemPopup(QString &sender) {
    QApplication::alert(this);
    if (settingsCache->getShowMentionPopup()) {
        QString ref = sender.left(sender.length() - 2);
        emit showMentionPopup(ref);
    }
}
Exemplo n.º 2
0
void ChatView::showSystemPopup(QString &sender) {
    emit showMentionPopup(sender);
}