summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-09-22 04:10:29 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-09-22 04:10:29 (GMT)
commitee72eef536c42a3f18d59fd5f3e1d14eb8d8e9d9 (patch)
tree2e63bd88680a9e1ffdfd7955b73426fd2939a717 /src/declarative/util
parent1ee038d05089aea25d3602f3e65592d7dd07b76f (diff)
downloadQt-ee72eef536c42a3f18d59fd5f3e1d14eb8d8e9d9.zip
Qt-ee72eef536c42a3f18d59fd5f3e1d14eb8d8e9d9.tar.gz
Qt-ee72eef536c42a3f18d59fd5f3e1d14eb8d8e9d9.tar.bz2
Fixes for framerate monitor.
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qfxview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qfxview.cpp b/src/declarative/util/qfxview.cpp
index f67dc75..17bbd1b 100644
--- a/src/declarative/util/qfxview.cpp
+++ b/src/declarative/util/qfxview.cpp
@@ -103,7 +103,7 @@ public:
int e = timer.elapsed();
QByteArray data;
QDataStream ds(&data, QIODevice::WriteOnly);
- ds << (int)pe << (int)pe << (int)tbf << (int)e
+ ds << (int)pe << (int)tbf << (int)e
<< (bool)isFrameBreak;
sendMessage(data);
}