Merge pull request #52 from RetroShare/master

update to master
This commit is contained in:
defnax 2020-02-06 22:27:37 +01:00 committed by GitHub
commit 8dd85f2391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
87 changed files with 3462 additions and 619 deletions

View file

@ -472,7 +472,7 @@ void MainWindow::initStackedPage()
//List All notify before Setting was created
QList<QPair<MainPage*, QPair<QAction*, QListWidgetItem*> > >::iterator notifyIt;
for (notifyIt = notify.begin(); notifyIt != notify.end(); ++notifyIt) {
UserNotify *userNotify = notifyIt->first->getUserNotify(this);
UserNotify *userNotify = notifyIt->first->getUserNotify();
if (userNotify) {
userNotify->initialize(ui->toolBarPage, notifyIt->second.first, notifyIt->second.second);
connect(userNotify, SIGNAL(countChanged()), this, SLOT(updateTrayCombine()));