mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
merged with upstreamm/master
This commit is contained in:
commit
6f6e0de5f1
59 changed files with 1438 additions and 1164 deletions
|
@ -478,6 +478,9 @@ void MainWindow::initStackedPage()
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, ¬ify);
|
||||
|
||||
//List All notify before Setting was created
|
||||
QList<QPair<MainPage*, QPair<QAction*, QListWidgetItem*> > >::iterator notifyIt;
|
||||
for (notifyIt = notify.begin(); notifyIt != notify.end(); ++notifyIt) {
|
||||
|
@ -489,7 +492,6 @@ void MainWindow::initStackedPage()
|
|||
}
|
||||
}
|
||||
|
||||
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, ¬ify);
|
||||
addPage(settingsDialog = new SettingsPage(ui->stackPages),grp,¬ify);
|
||||
|
||||
/* Create the toolbar */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue