diff options
| author | Morten Sorvig <msorvig@trolltech.com> | 2009-08-24 16:38:41 +0200 |
|---|---|---|
| committer | Morten Sorvig <msorvig@trolltech.com> | 2009-08-24 16:38:41 +0200 |
| commit | 4c25d9ed3135a36780cbf517761670c0c0d87902 (patch) | |
| tree | 6ac86647c775d5011077fedf408053ed6bb9c637 /src/webclientserver.h | |
| parent | c50d78fce2cbacda9b6700d44d77dab98074b676 (diff) | |
Add list of class names that QWebClient doesnt send updates for.
Diffstat (limited to 'src/webclientserver.h')
| -rw-r--r-- | src/webclientserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webclientserver.h b/src/webclientserver.h index 79faa62..eecac64 100644 --- a/src/webclientserver.h +++ b/src/webclientserver.h @@ -120,6 +120,8 @@ public: int activeSessionLimit; QByteArray activeSessionLimitHtml; bool sendUpdatesForPlainQWidgets; + bool shouldSkipUpdate(const QByteArray &className); + QSet<QByteArray> skipUpdatesClasses; }; #endif |
