Fix False Notifications

This commit is contained in:
Zach H 2015-06-18 18:30:20 -04:00
parent e581ef77e5
commit 27fa6eb642
2 changed files with 127 additions and 53 deletions

View file

@ -39,6 +39,7 @@ private:
void appendCardTag(QTextCursor &cursor, const QString &cardName);
void appendUrlTag(QTextCursor &cursor, QString url);
QString getNameFromUserList(QMap<QString, UserListTWI *> &userList, QString &userName);
bool isFullMentionAValidUser(QMap<QString, UserListTWI *> &userList, QString userNameToMatch);
QColor getCustomMentionColor();
bool shouldShowSystemPopup();
void showSystemPopup(QString &sender);