summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/coloreditorfactory/window.h
diff options
context:
space:
mode:
authorMohammadHossein Qanbari <mohammad.qanbari@qt.io>2024-01-08 16:41:56 +0100
committerMohammadHossein Qanbari <mohammad.qanbari@qt.io>2024-04-19 13:39:41 +0200
commit4e1a1f3697563124588d7d00089b15084220ca42 (patch)
tree6fc52dc5135c73257da50a283445a7c3c80b8ad4 /examples/widgets/itemviews/coloreditorfactory/window.h
parent3e426182e2e8122d96b208702faaf3177f3a3081 (diff)
Convert "Color Editor Factory" Example to snippets
The color editor factory example is removed and part of the codes are used as snippets. Fixes: QTBUG-119985 Pick-to: 6.7 6.6 Change-Id: I421e473e7db09a5af7543b80b87a338d8ff2ab7e Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'examples/widgets/itemviews/coloreditorfactory/window.h')
-rw-r--r--examples/widgets/itemviews/coloreditorfactory/window.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/widgets/itemviews/coloreditorfactory/window.h b/examples/widgets/itemviews/coloreditorfactory/window.h
deleted file mode 100644
index 4130b2d4ac..0000000000
--- a/examples/widgets/itemviews/coloreditorfactory/window.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#ifndef WINDOW_H
-#define WINDOW_H
-
-#include <QWidget>
-
-class Window : public QWidget
-{
- Q_OBJECT
-
-public:
- Window();
-
-private:
- void createGUI();
-};
-
-#endif