mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 08:08:53 -05:00
removed old calls to NotifyQt, and fixed missing initialization causing crash
This commit is contained in:
parent
daaa7985a3
commit
d7ff04c552
25 changed files with 9 additions and 85 deletions
|
|
@ -57,7 +57,6 @@ static ChatUserNotify* instance = 0;
|
|||
ChatUserNotify::ChatUserNotify(QObject *parent) :
|
||||
UserNotify(parent)
|
||||
{
|
||||
//connect(NotifyQt::getInstance(), SIGNAL(chatMessageReceived(ChatMessage)), this, SLOT(chatMessageReceived(ChatMessage)));
|
||||
instance = this;
|
||||
|
||||
mEventHandlerId = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue