summaryrefslogtreecommitdiffstats
path: root/src/webclientserver.h
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2009-08-24 16:38:41 +0200
committerMorten Sorvig <msorvig@trolltech.com>2009-08-24 16:38:41 +0200
commit4c25d9ed3135a36780cbf517761670c0c0d87902 (patch)
tree6ac86647c775d5011077fedf408053ed6bb9c637 /src/webclientserver.h
parentc50d78fce2cbacda9b6700d44d77dab98074b676 (diff)
Add list of class names that QWebClient doesnt send updates for.
Diffstat (limited to 'src/webclientserver.h')
-rw-r--r--src/webclientserver.h2
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