ginebra2/ContentViews/SuperPageView.cpp
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
--- a/ginebra2/ContentViews/SuperPageView.cpp	Thu Sep 23 15:32:11 2010 -0400
+++ b/ginebra2/ContentViews/SuperPageView.cpp	Fri Oct 15 17:30:59 2010 -0400
@@ -57,4 +57,7 @@
     m_contentView->webWidget()->page()->mainFrame()->evaluateJavaScript(script);
 }
 
+QString SuperPageView::title() const {
+    return m_contentView ? m_contentView->title() : QString::null;
 }
+}