summaryrefslogtreecommitdiffstats
path: root/tests/manual/quick/pdf/simplest.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-08-26 10:13:55 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-01-21 21:22:14 +0100
commit9968e2578f96081d2a242340620fcb2b96d9a1d3 (patch)
treed6fb8b53b4c66f7d11a0fa372e9db6aecbf15c1a /tests/manual/quick/pdf/simplest.qml
parente3536648d338cd0d0d96e6b5c8a82d4211db3312 (diff)
Add QtQuick.Pdf module with QQuickPdfDocument; manual tests
QQuickPdfDocument is a wrapper for QPdfDocument providing appropriate QML API. Task-number: QTBUG-77506 Change-Id: Ifa2ef50d3d31179f1955c2f673495e727b962bd1 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'tests/manual/quick/pdf/simplest.qml')
-rw-r--r--tests/manual/quick/pdf/simplest.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quick/pdf/simplest.qml b/tests/manual/quick/pdf/simplest.qml
index 37d388d0a..0571493af 100644
--- a/tests/manual/quick/pdf/simplest.qml
+++ b/tests/manual/quick/pdf/simplest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.