summaryrefslogtreecommitdiff
path: root/quacker/lister.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/lister.cpp')
-rw-r--r--quacker/lister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/lister.cpp b/quacker/lister.cpp
index 4cfc03e..ea39ca9 100644
--- a/quacker/lister.cpp
+++ b/quacker/lister.cpp
@@ -241,7 +241,7 @@ void ListerDialog::openFile()
{
line = stream.readLine();
- int quoteMarkIndex = line.indexOf("\"");
+ qsizetype quoteMarkIndex = line.indexOf("\"");
if (quoteMarkIndex >= 0)
line = line.left(quoteMarkIndex).trimmed();