GSoC/GCI Archive
Google Code-in 2012 KDE

Marble: Add a back button to the webpopups

completed by: Mohammed Nafees

mentors: Torsten Rahn, Dennis Nienhüser

On the left next to the print button there should be a back button.

Use the "icon-arrow-left" from Fontawesome:

http://fortawesome.github.com/Font-Awesome/#

The button should only appear QWebView::history()->canGoBack() is true.

The button should then call QWebView::back()