File tree Expand file tree Collapse file tree 4 files changed +50
-0
lines changed
Import/Esri/ArcGISRuntime/Toolkit/Controls Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright 2012-2018 Esri
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ ******************************************************************************/
16+
17+ /*!
18+ \internal
19+ This QML file is only used for incrementing the current version of the toolkit and
20+ should not be used in your application.
21+ */
22+ import QtQuick 2.2
23+
24+ Component {}
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ module Esri.ArcGISRuntime.Toolkit.Controls.CppApi
1919CoordinateConversion 100.2 CoordinateConversion.qml
2020ArcGISCompass 100.2 ArcGISCompass.qml
2121TimeSlider 100.3 TimeSlider.qml
22+ CurrentVersion 100.4 CurrentVersion.qml
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright 2012-2018 Esri
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ ******************************************************************************/
16+
17+ /*!
18+ \internal
19+ This QML file is only used for incrementing the current version of the toolkit and
20+ should not be used in your application.
21+ */
22+ import QtQuick 2.2
23+
24+ Component {}
Original file line number Diff line number Diff line change 1717module Esri.ArcGISRuntime.Toolkit.Controls.QmlApi
1818
1919TimeSlider 100.3 TimeSlider.qml
20+ CurrentVersion 100.4 CurrentVersion.qml
You can’t perform that action at this time.
0 commit comments