diff -r 491a1d15372f -r 73c48011b8c7 ginebra2/PageSnippet.h --- a/ginebra2/PageSnippet.h Fri Sep 17 08:27:10 2010 +0300 +++ b/ginebra2/PageSnippet.h Mon Oct 04 00:04:54 2010 +0300 @@ -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);