summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/db/common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/tableviewer/db/common.cpp b/noncore/apps/tableviewer/db/common.cpp
index 6e544ba..b58af85 100644
--- a/noncore/apps/tableviewer/db/common.cpp
+++ b/noncore/apps/tableviewer/db/common.cpp
@@ -1084,3 +1084,3 @@ QDataStream &operator>>( QDataStream &s, DataElem &d)
TVVariant t;
- int index = 0;
+ Q_UINT16 index = 0;
@@ -1093,3 +1093,3 @@ QDataStream &operator>>( QDataStream &s, DataElem &d)
for(i = 0; i < size; i++) {
- s >> (Q_UINT16)index;
+ s >> index;
s >> t;