summaryrefslogtreecommitdiffstats
path: root/tests/arthur/lance/main.cpp
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2009-08-10 14:16:16 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2009-08-10 14:16:50 (GMT)
commiteeb206d41d386d4d3dee1ff2813d132d15f670d0 (patch)
tree1c6cef5c501c78d2fcc6c9026c877863aa686c72 /tests/arthur/lance/main.cpp
parent0c98e05dfeccdca99bc180ccccd04b38305ad025 (diff)
downloadQt-eeb206d41d386d4d3dee1ff2813d132d15f670d0.zip
Qt-eeb206d41d386d4d3dee1ff2813d132d15f670d0.tar.gz
Qt-eeb206d41d386d4d3dee1ff2813d132d15f670d0.tar.bz2
Compile and work on Linux.
Reviewed-by: Kim
Diffstat (limited to 'tests/arthur/lance/main.cpp')
-rw-r--r--tests/arthur/lance/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/lance/main.cpp b/tests/arthur/lance/main.cpp
index f95b426..0c9f3d8 100644
--- a/tests/arthur/lance/main.cpp
+++ b/tests/arthur/lance/main.cpp
@@ -271,7 +271,7 @@ int main(int argc, char **argv)
QString format = QString(argv[++i]).toLower();
imageFormat = QImage::Format_Invalid;
- static const unsigned int formatCount =
+ static const int formatCount =
sizeof(imageFormats) / sizeof(imageFormats[0]);
for (int ff = 0; ff < formatCount; ++ff) {
if (QLatin1String(imageFormats[ff].name) == format) {