Guest User

Untitled

a guest
Dec 13th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. void FenPrincipale::construireHistorique()
  2. {
  3.  
  4. menuHistorique->clear();
  5.  
  6. for (int i = 10; i > 0; i--)
  7. {
  8. //LIGNE A OUBLIER QAction action(pageActuelle()->page()->history()->itemAt(i).url().toString(), this);
  9. menuHistorique->addAction(pageActuelle()->page()->history()->itemAt(i).url().toString());
  10.  
  11. }
  12. menuHistorique->addAction(actionEffacerHistorique);
  13.  
  14.  
  15. }
Add Comment
Please, Sign In to add comment