Commit 9cef2d1
committed
Move misplaced QML files back to their proper modules
Move FirstRunPrompt.qml to FirstRunPromptDialogs module and
OfflineMapEditor.qml/OfflineMapInfo.qml to AppSettings module.
These files were parked in QmlControls due to CMake
set_source_files_properties() directory scope limitations, but only
ScreenTools.qml (singleton) actually requires that workaround.
Also remove stale set_source_files_properties for OfflineMapEditor.qml
from QtLocationPlugin/CMakeLists.txt.
Fixes #129351 parent e1fa3f6 commit 9cef2d1
File tree
7 files changed
+9
-16
lines changed- src
- QmlControls
- QtLocationPlugin
- UI
- AppSettings
- FirstRunPromptDialogs
7 files changed
+9
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
196 | 187 | | |
197 | 188 | | |
198 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
File renamed without changes.
0 commit comments