diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2021-08-31 13:32:26 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2021-09-01 11:49:15 +0200 |
| commit | 2dfb912058ecb865f2ed5becad04756b51bfbc7b (patch) | |
| tree | b22c1a762dd63619210057fd386452ec4d23cd98 /examples/quick/customitems/dialcontrol/main.cpp | |
| parent | 66c011c5582de0565d85a77b282118a84aba51ad (diff) | |
Fix dialcontrol example to use a QML module
Also move the QML files out of the "content" subdirectory in order to
avoid the directory import.
Pick-to: 6.2
Change-Id: I84a1f5ef1a45e5098ec3213c6fbce06346f3606a
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/customitems/dialcontrol/main.cpp')
| -rw-r--r-- | examples/quick/customitems/dialcontrol/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/dialcontrol/main.cpp b/examples/quick/customitems/dialcontrol/main.cpp index 6ebe203a70..3b925c3d8b 100644 --- a/examples/quick/customitems/dialcontrol/main.cpp +++ b/examples/quick/customitems/dialcontrol/main.cpp @@ -48,4 +48,4 @@ ** ****************************************************************************/ #include "../../shared/shared.h" -DECLARATIVE_EXAMPLE_MAIN(dialcontrol) +DECLARATIVE_EXAMPLE_MAIN(dialcontrol/dialcontrol) |
