summaryrefslogtreecommitdiff
path: root/src/frontend/display/bthtmlreaddisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/display/bthtmlreaddisplay.h')
-rw-r--r--src/frontend/display/bthtmlreaddisplay.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend/display/bthtmlreaddisplay.h b/src/frontend/display/bthtmlreaddisplay.h
index 7c2d91f..e4011d0 100644
--- a/src/frontend/display/bthtmlreaddisplay.h
+++ b/src/frontend/display/bthtmlreaddisplay.h
@@ -45,6 +45,9 @@ class BtHtmlReadDisplay : public QWebPage, public CReadDisplay {
// Sets the new text for this display widget.
virtual void setText( const QString& newText );
+ // Get the current source
+ virtual QString getCurrentSource();
+
virtual bool hasSelection();
// Reimplementation.
@@ -81,6 +84,8 @@ class BtHtmlReadDisplay : public QWebPage, public CReadDisplay {
}
m_dndData;
+ QString currentSource;
+
QMap<NodeInfoType, QString> m_nodeInfo;
int m_magTimerId;