diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-01-24 16:38:02 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-01-25 15:54:05 +0100 |
| commit | f172b964f6d9fc8cadeb7b5efeb3f59c0f8f16f6 (patch) | |
| tree | 2824827877b7971fe8b4834acdbada107ca5b26b /examples/opengl/threadedqopenglwidget/mainwindow.h | |
| parent | 2d95b7534530fec1e1e52ef7e8be289abb48b822 (diff) | |
threadedqopenglwidget example: Split out class Renderer
This makes the code clearer and decouples it from the
GLWidget.
As a drive-by, add a global shortcut to close.
Pick-to: 6.3 6.2
Change-Id: I3469d29bc367acc17c5f8acf9d46219259b8315b
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'examples/opengl/threadedqopenglwidget/mainwindow.h')
| -rw-r--r-- | examples/opengl/threadedqopenglwidget/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/threadedqopenglwidget/mainwindow.h b/examples/opengl/threadedqopenglwidget/mainwindow.h index 6e7b17467fa..60f81f25412 100644 --- a/examples/opengl/threadedqopenglwidget/mainwindow.h +++ b/examples/opengl/threadedqopenglwidget/mainwindow.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. |
