diff -r 786160610b4d -r afcd8e6d025b ginebra2/PageSnippet.h --- a/ginebra2/PageSnippet.h Wed Sep 01 13:56:21 2010 -0400 +++ b/ginebra2/PageSnippet.h Fri Sep 17 12:11:40 2010 -0400 @@ -66,6 +66,9 @@ void setHtml(const QString &value); QString html() const; Q_PROPERTY(QString html WRITE setHtml READ html) + + bool hasFocus(); + Q_PROPERTY(bool hasFocus READ hasFocus) public slots: void setGeometry(int x, int y, int width, int height);