mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 18:12:52 -05:00
swiched some of the chat room notify to RsEvent and added new event code for SYSTEM errors
This commit is contained in:
parent
41d972b359
commit
4b9d060c81
8 changed files with 85 additions and 27 deletions
|
|
@ -726,8 +726,8 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO);
|
|||
std::cerr << "connecting signals and slots" << std::endl ;
|
||||
#endif
|
||||
// QObject::connect(notify,SIGNAL(deferredSignatureHandlingRequested()),notify,SLOT(handleSignatureEvent()),Qt::QueuedConnection) ;
|
||||
QObject::connect(notify,SIGNAL(chatLobbyTimeShift(int)),notify,SLOT(handleChatLobbyTimeShift(int)),Qt::QueuedConnection) ;
|
||||
QObject::connect(notify,SIGNAL(diskFull(int,int)) ,w ,SLOT(displayDiskSpaceWarning(int,int))) ;
|
||||
// QObject::connect(notify,SIGNAL(chatLobbyTimeShift(int)),notify,SLOT(handleChatLobbyTimeShift(int)),Qt::QueuedConnection) ;
|
||||
// QObject::connect(notify,SIGNAL(diskFull(int,int)) ,w ,SLOT(displayDiskSpaceWarning(int,int))) ;
|
||||
// QObject::connect(notify,SIGNAL(filesPostModChanged(bool)) ,w ,SLOT(postModDirectories(bool)) ,Qt::QueuedConnection ) ;
|
||||
// QObject::connect(notify,SIGNAL(transfersChanged()) ,w->transfersDialog ,SLOT(insertTransfers() )) ;
|
||||
QObject::connect(notify,SIGNAL(publicChatChanged(int)) ,w->friendsDialog ,SLOT(publicChatChanged(int) ));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue