From d66702e77a1c6360074dc80a134550c06fd70027 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Apr 2014 14:56:42 +0530 Subject: [PATCH] Add note about testing viewer touch screen support on windows --- setup/qt5-migrate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/qt5-migrate.py b/setup/qt5-migrate.py index 8c279abe5b..26c68e52cf 100644 --- a/setup/qt5-migrate.py +++ b/setup/qt5-migrate.py @@ -20,6 +20,8 @@ __copyright__ = '2014, Kovid Goyal ' # QT5XX: Check that DeviceCategoryEditor and TagListEditor work +# QT5XX: Test touchscreen support on windows 8 in the viewer + # QT5XX: Delete this file after migration is completed import os, re