Skip to content
Commits on Source (13)
......@@ -22,7 +22,7 @@ __author__ = 'Matthias Kuhn'
__date__ = 'March 2017'
__copyright__ = '(C) 2017, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '54585165bba895db4c83ffda980be7778246f2c5'
__revision__ = '3d97aaae88d41dd5d7809c7fdeb2db74f29a6053'
# This script parses output from ctest and injects
#
......
......@@ -15,7 +15,7 @@ SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "9")
SET(CPACK_PACKAGE_VERSION_PATCH "10")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Madeira")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
......
Juergen E. Fischer <jef@norbit.de> 2019-07-19
translation update for 3.4.10 from transifex
Juergen E. Fischer <jef@norbit.de> 2019-07-19
debian packaging: add qt5-image-formats-plugins dependency (implements #26559)
(cherry picked from commit a11406392d465a00aa0b855149caee48ceb08e4d)
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-19
Disable CRS and transform cache permenantly when exiting Qgis
Hopefully this will prevent additional items being added to the cache
after we've gracefully finalised proj operations, which results
in the infamous crash-on-exit fiasco...
(cherry picked from commit db0e5e807c20db56341bc35579cffc30e20d555b)
Larry Shaffer <lshaffer@federal.planet.com> 2019-07-10
[oauth2] Fix network error crash; guard reply ptr; remove error phrase
Access of reply members/properties causes crash if the reply is deleted
elsewhere. Guard cast reply object using QPointer and access all
properties immediately.
Larry Shaffer <lshaffer@federal.planet.com> 2019-07-18
[oauth2] Avoid more noisy message log warnings
Partial backport of ff365abe29c2e36cf9f0e41f0da65bf64213ed4c
Nyall Dawson <nyall.dawson@gmail.com> 2019-05-30
Fix overly noisy o2 debug messages/warnings
Merge: 1a2189ad16 3ce523360b
rldhont <rldhont@gmail.com> 2019-07-18
Merge pull request #30795 from qgis/backport-30391-to-release-3_4
[Backport release-3_4] Raise an exception when geometry field autodetection has failed
Merge: 8abac8eabb d31bfd4674
rldhont <rldhont@gmail.com> 2019-07-18
Merge pull request #30796 from qgis/backport-30746-to-release-3_4
[Backport release-3_4] [Oracle] FeatureItrator: do not request all attributes if subset is empty
rldhont <rldhont@gmail.com> 2019-07-16
[Oracle] FeatureItrator: do not request all attributes if subset is empty
Like the PostgreSQL provider, it is not necessary to request all the attributes if the request subset of attributes is empty.
Julien Cabieces <julien.cabieces@oslandia.com> 2019-06-25
Raise an exception when geometry field autodetection has failed
Alexander Bruy <alexander.bruy@gmail.com> 2019-07-15
[processing] pass layer name to the gdalwarp to avoid issues with
multi-layer datasources (fix #30292)
(cherry picked from commit 109d1fb7a89e1517af3f7a5ea8b30943f8f81c79)
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-18
Fix qt warnings about invalid stylesheet
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-16
Always show 'clear' action in property override button
Previously this was only shown if the button was set to an expression
value, but there's also a need to clear when a property is set
to a field value. Otherwise it's impossible (well, annoyingly
fiddly) to clear the 'red' status when a bound field is deleted
or no longer available.
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-16
Fix creating auxilary field fails if _ present in field name
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-07-16
add test for interval comparison
Denis Rouzaud <denis.rouzaud@gmail.com> 2019-07-10
[expressions] fix comparison of intervals
nirvn <nirvn.asia@gmail.com> 2019-07-16
Import bookmarks using prepared statements (fixes #30711)
backporting[bot] <42222807+backporting[bot]@users.noreply.github.com> 2019-07-16
[Backport release-3_4] Preserve snapping settings for offline editing (#30737)
* preserve individual snapping settings
* care for old layers
* don't use temporary list, and edit temporary snapping config
* preserve snapping config per layer on synchronization back from offline project
* use current snappingconfig object and remove unneeded comments
Merge: b64ef50d0e 2feba54a66
Alessandro Pasotti <elpaso@itopen.it> 2019-07-16
Merge pull request #30684 from qgis/backport-30676-to-release-3_4
[Backport release-3_4] Emit valueChanged signal for value relation widget on setFeature
Alexander Bruy <alexander.bruy@gmail.com> 2019-07-15
re-enable some disabled test and fix broken r.describe algorithm
Alexander Bruy <alexander.bruy@gmail.com> 2019-07-14
[processing] improve handling of the HTML outputs in GRASS provider (fix #30609)
Merge: 4b7acc2e27 779cc67986
rldhont <rldhont@gmail.com> 2019-07-15
Merge pull request #30713 from rldhont/backport-30707-to-release-3_4
[Backport release-3_4] [Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol
rldhont <rldhont@gmail.com> 2019-07-15
[Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol
nirvn <nirvn.asia@gmail.com> 2019-07-15
Make the raster layer's save as dialog button box work again (fixes #30355)
nirvn <nirvn.asia@gmail.com> 2019-07-12
Fix exit crash in the plugin layer registry deconstructor (fixes #30681)
Stephen Knox <stephenknox73@gmail.com> 2019-07-09
Add quotes around fields with linebreaks when copying to clipboard
To fix #30580. Also add test coverage
Julien Cabieces <julien.cabieces@oslandia.com> 2019-07-11
fixes #30564 : Emit signal for value relation widget so other dependent widgets
could be updated
nirvn <nirvn.asia@gmail.com> 2019-07-10
Fix startup crasher due to auth. error calling non-initialized message bar
(fixes #30366)
Merge: dd3abfd661 76ce7ba4b0
rldhont <rldhont@gmail.com> 2019-07-09
Merge pull request #30508 from rldhont/backport-10034-to-release-3_4
[Backport release-3_4] [Server] Use primary keys to build feature id
nirvn <nirvn.asia@gmail.com> 2019-07-09
[layouts] Default to right alignment when adding a label item for right-to-left locale
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-06
Warn users when min zoom > max zoom in xyz connection properties
This results in a situation where no tiles can be loaded
(cherry picked from commit 81e82ac1be745e63d2ce0cf0a9817ccf6e9a1c66)
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-06
[xyz] Don't crash on empty tilesets, instead return empty images
This situation can validly arise e.g. if a user puts in a greater min
tile zoom level then is actually available
(cherry picked from commit 900d970a285a8b94cf8b5df7afa942a81cce46f4)
Etienne Trimaille <gustrimaille@yahoo.fr> 2019-07-09
update link to QGIS issue tracker follow up from 38c8e75
nirvn <nirvn.asia@gmail.com> 2019-07-08
Fix crash when using rotation tool with selected feature(s) (fixes #30592)
Merge: c89f763573 d1613795ce
rldhont <rldhont@gmail.com> 2019-07-08
Merge pull request #30614 from qgis/backport-30611-to-release-3_4
[Backport release-3_4] QgsOgcUtils: The wildcard attribute of PropertyIsLike OGC Filter Element is not well replaced
Merge: a92132b177 57f1d4b04f
rldhont <rldhont@gmail.com> 2019-07-08
Merge pull request #30612 from rldhont/backport-30514-release-3_4
[Backport release-3_4][WMTS] Fixing the WMTS GetCapabilities Get element children
rldhont <rldhont@gmail.com> 2019-07-02
[WMTS] Fixing the WMTS GetCapabilities Get element children
The ows Get element has a Constraint child that describe the way to do request to the service. In the case of WMTS, all are KVP.
rldhont <rldhont@gmail.com> 2019-07-02
[Test] Add a expressionFromOgcFilter test with And, Or and PropertyIsLike with wildCard to PyQgsOgcUtils
rldhont <rldhont@gmail.com> 2019-06-30
[Test] QgsOgcUtils: Add ILIKE with wildcard tests
rldhont <rldhont@gmail.com> 2019-06-28
[Test] QgsOgcUtils: Add simple test for PropertyIsLike wildCard
The test for a different wildcard is to complex and does not test the situation of the wild card at the end.
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-08
Remove hardcoded heading
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-08
Fix totally inaccurate message always shows at the top of CRS
selector dialogs in totally inappropriate occasions
Alessandro Pasotti <elpaso@itopen.it> 2019-07-07
Do not reset ok to false when opening a GPKG
Fixes #30590
Juergen E. Fischer <jef@norbit.de> 2019-07-08
backport bf1575f4c9ac (fixes #21304)
rldhont <rldhont@gmail.com> 2019-07-02
[Tests] Add to PyQgsOgcUtils some tests to interpret specific text as decimal in scientific notation
Fixed #27262
nirvn <nirvn.asia@gmail.com> 2019-07-07
Fix crash when triple-clicking on the vertex tool button (fixes #30577)
Merge: a6f883f62c 323923d1fd
rldhont <rldhont@gmail.com> 2019-07-03
Merge pull request #30510 from rldhont/backport-9877-to-release-3_4
[Backport release-3_4]Fix Oracle connection reset in case of ORA-12170: Connect timeout occurred
rldhont <rldhont@gmail.com> 2019-06-25
Fix storing string representations of doubles in a longlong field
results in NULL rather than converting value to longlong
with C++ test added
rldhont <rldhont@gmail.com> 2019-06-25
[Tests] Add PyQgsOgcUtils
rldhont <rldhont@gmail.com> 2019-06-30
Add ORA-03114 support
rldhont <rldhont@gmail.com> 2019-04-26
Fix Oracle connection reset in case of ORA-12170: Connect timeout occurred
Oracle connection is never reset in case of ORA-12170: Connect timeout occurred.
The execution of request is only retry in case of getfeature and error 12170.
A fix has been done in PostgreSQL provider #9107
rldhont <rldhont@gmail.com> 2019-06-24
[Server] Do not expose QgsServerFeatureId to python binding
rldhont <rldhont@gmail.com> 2019-06-24
[Server] WFS GetFeature: use const reference of feature to build response
rldhont <rldhont@gmail.com> 2019-06-15
[Server] wfs utils: Update the way parsing filter and adding a test
rldhont <rldhont@gmail.com> 2019-05-20
[Server] Use primary keys to build feature id
This is a revival of Server: if there is a primary key, use the pk value(s) as gml id instead of the feature id. #6279
In WFS and in WMS GetFeatureInfo (format GML), there is a 'fid' Attribute with a feature identification. Currently, we are using the QGIS feature id there. However, the postgres provider uses an id/value map for some data types (e.g. bigint in 2.18). Therefore, the feature id depends on the fetching order and might not be stable between different requests. So clients cannot use the fid for feature identification.
This PR fixes that such that primary key values are preferred for the fid. If the data provider does not report any PK columns, there is a fallback to the QGIS feature id.
Nyall Dawson <nyall.dawson@gmail.com> 2019-06-27
[layouts] Fix incorrect item variables shown when clicking from
one layout item to another
(the previous values were still shown)
(cherry picked from commit ac1c66c8edcbe976bbee62068afb0768b0b55cf0)
Nyall Dawson <nyall.dawson@gmail.com> 2019-07-01
Implement a more robust approach for blocking canvas redraws when
we don't want/need them
This prevents a bunch of unwanted redraws being triggered mid-way
through operations like loading projects, which sometimes can
result in crashes.
Fixes #29506, #30169, possibly other crash reports
Merge: 683bd8afe8 1327b9a9c8
Alexander Bruy <alexander.bruy@gmail.com> 2019-07-01
Merge pull request #30480 from alexbruy/batch-input
[processing] fix inputs handling in the batch mode
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-28
[processing] batch input widget needs to be handled separately
Juergen E. Fischer <jef@norbit.de> 2019-06-28
debian packaging: include our copies of pre-GDAL-3.0 csv files
Nyall Dawson <nyall.dawson@gmail.com> 2019-06-27
Fix potential crash on exit
Fixes #30399
Juergen E. Fischer <jef@norbit.de> 2019-06-27
translation string fix
(cherry picked from commit 6bdb259627c5905c603b7913bfe44ec0a12f6545)
Julien Cabieces <julien.cabieces@oslandia.com> 2019-06-26
Remove useless blank line
Julien Cabieces <julien.cabieces@oslandia.com> 2019-06-24
Add unit test
Julien Cabieces <julien.cabieces@oslandia.com> 2019-06-19
Update datasource when using postgres provider so we have the key
column in it
Merge: 5f421ef67c 38f48cc95c
Alessandro Pasotti <elpaso@itopen.it> 2019-06-27
Merge pull request #30418 from elpaso/bugfix-gh30381-wfs-server-geometryless-3_4
Fix QGIS Server WFS geometryless DescribeFeatureType (#30390)
Nyall Dawson <nyall.dawson@gmail.com> 2019-06-25
Fix incorrect font name in font button tooltips when set to limited
QFont support mode (e.g. most layout font buttons)
Larry Shaffer <lshaffer@federal.planet.com> 2019-06-26
Fix vertical clipping of legend graphics (partial backport of #30227)
If vertically scrolling by item, legend graphics can get clipped.
nirvn <nirvn.asia@gmail.com> 2019-06-26
[symbology] Fix broken centroid fill's force point inside polygon
Alessandro Pasotti <elpaso@itopen.it> 2019-06-26
Fix QGIS Server WFS geometryless DescribeFeatureType (#30390)
Fixes #30381
Juergen E. Fischer <jef@norbit.de> 2019-06-25
add support for transifex branches
(cherry picked from commit 6b5eaddee336bc80915b396fb8311951687b2a49)
Merge: d64f9986ef 55bdbb1cea
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-25
Merge pull request #30374 from qgis/backport-30344-to-release-3_4
[Backport release-3_4] update number of classes in the graduated renderer (fix #29796)
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-23
update number of classes in the graduated renderer after adding new
classes with the histogram (fix #29796)
Julien Cabieces <julien.cabieces@oslandia.com> 2019-06-24
fixes 27705 Allow multiple selection of d&d fields in form designer
Backport from dbe8b6c0a6248429edc8612f3f5287313ec0e3de
nirvn <nirvn.asia@gmail.com> 2019-06-24
[map canvas] Fix scale change when resizing in locked scale mode
nirvn <nirvn.asia@gmail.com> 2019-06-24
[ui] Fix color ramp shader widget auto label function
nirvn <nirvn.asia@gmail.com> 2019-06-24
[ui] When the color ramp shader widget list of values has been
customized, maintain those values when modifying the color ramp
(fixes #30345)
olivierdalang <olivier.dalang@gmail.com> 2019-06-21
fix #30260
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-22
[processing] set correct default for r.stream.extract algorithm (fix #30231)
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-22
[processing] assign correct ids to features in the random points in
polygons algorithm (fix #26321)
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-22
[processing] remove trailing semicolon from SQL before creating
layer (fix #30239)
Merge: 30f2594efc 9dd0330507
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-23
Merge pull request #30343 from alexbruy/grass-backport
[processing] Fix incorrect columns hidden when toggling advanced parameters
Nyall Dawson <nyall.dawson@gmail.com> 2019-04-30
[processing] Fix incorrect columns hidden when toggling advanced params in batch mode
(cherry picked from commit 070de69e30d564a4a8b527a58ef0bc4543cbb4bc)
Merge: 54585165bb 8a40886afa
Alexander Bruy <alexander.bruy@gmail.com> 2019-06-22
Merge pull request #30090 from qgis/backport-30045-to-release-3_4
[Backport release-3_4] [dbmanager] add primary key to the view created by versioning plugin (fix #25888)
Juergen E. Fischer <jef@norbit.de> 2019-06-21
Release of 3.4.9
nirvn <nirvn.asia@gmail.com> 2019-06-21
 
[ui] Fix undersized labelling engine settings button on hidpi screens
......@@ -722,6 +1205,11 @@ Even Rouault <even.rouault@spatialys.com> 2019-05-31
after the refresh had finished. This was due to a race between the
creation and destruction of this window.
 
Alexander Bruy <alexander.bruy@gmail.com> 2019-05-31
[dbmanager] add promary key to the view created by versioning plugin
(fix #25888)
Merge: 98c0722660 e2c6f71976
Alessandro Pasotti <elpaso@itopen.it> 2019-06-05
 
qgis (3.4.10+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
-- Bas Couwenberg <sebastic@debian.org> Thu, 08 Aug 2019 06:57:31 +0200
qgis (3.4.10+dfsg-1) unstable; urgency=medium
* Update symbols for other architectures.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Fri, 02 Aug 2019 15:21:36 +0200
qgis (3.4.10+dfsg-1~exp1) experimental; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.0, no changes.
* Move CSV resources files to qgis-providers-common package.
* Add qt5-image-formats-plugins to qgis dependencies.
* Update copyright years for René-Luc D'Hont.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Fri, 19 Jul 2019 16:29:56 +0200
qgis (3.4.9+dfsg-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
......
......@@ -84,7 +84,7 @@ Build-Depends: bison,
pkg-kde-tools
Build-Conflicts: libqgis-dev,
qgis-dev
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/qgis
Vcs-Git: https://salsa.debian.org/debian-gis-team/qgis.git -b buster-backports
Homepage: https://qgis.org/
......@@ -94,6 +94,7 @@ Architecture: any
Depends: python3-qgis (= ${binary:Version}),
qgis-common (= ${source:Version}),
qgis-providers (= ${binary:Version}),
qt5-image-formats-plugins,
${shlibs:Depends},
${misc:Depends}
Recommends: qgis-plugin-grass
......@@ -124,7 +125,7 @@ Description: QGIS - architecture-independent data
This package contains architecture-independent supporting data files for use
with QGIS.
Package: libqgis-3d3.4.9
Package: libqgis-3d3.4.10
Architecture: any
Section: libs
Depends: qt3d-assimpsceneimport-plugin,
......@@ -139,7 +140,7 @@ Description: QGIS - shared 3d library
.
This package contains the shared 3d library.
Package: libqgis-analysis3.4.9
Package: libqgis-analysis3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -150,7 +151,7 @@ Description: QGIS - shared analysis library
.
This package contains the shared analysis library.
Package: libqgis-app3.4.9
Package: libqgis-app3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -161,7 +162,7 @@ Description: QGIS - shared app library
.
This package contains the shared app library.
Package: libqgis-core3.4.9
Package: libqgis-core3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -172,7 +173,7 @@ Description: QGIS - shared core library
.
This package contains the shared core library.
Package: libqgis-gui3.4.9
Package: libqgis-gui3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -183,7 +184,7 @@ Description: QGIS - shared gui library
.
This package contains the shared gui library.
Package: libqgis-native3.4.9
Package: libqgis-native3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -194,7 +195,7 @@ Description: QGIS - shared native gui library
.
This package contains the shared native gui library.
Package: libqgis-server3.4.9
Package: libqgis-server3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -205,7 +206,7 @@ Description: QGIS - shared server library
.
This package contains the shared server library.
Package: libqgisgrass7-3.4.9
Package: libqgisgrass7-3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -216,7 +217,7 @@ Description: QGIS - shared grass library
.
This package contains the shared grass library.
Package: libqgispython3.4.9
Package: libqgispython3.4.10
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
......@@ -249,15 +250,15 @@ Depends: grass-dev (>= 7.6.0),
libpq-dev,
libproj-dev,
libqca-qt5-2-dev,
libqgis-3d3.4.9 (= ${binary:Version}),
libqgis-analysis3.4.9 (= ${binary:Version}),
libqgis-app3.4.9 (= ${binary:Version}),
libqgis-core3.4.9 (= ${binary:Version}),
libqgis-gui3.4.9 (= ${binary:Version}),
libqgis-native3.4.9 (= ${binary:Version}),
libqgis-server3.4.9 (= ${binary:Version}),
libqgisgrass7-3.4.9 (= ${binary:Version}),
libqgispython3.4.9 (= ${binary:Version}),
libqgis-3d3.4.10 (= ${binary:Version}),
libqgis-analysis3.4.10 (= ${binary:Version}),
libqgis-app3.4.10 (= ${binary:Version}),
libqgis-core3.4.10 (= ${binary:Version}),
libqgis-gui3.4.10 (= ${binary:Version}),
libqgis-native3.4.10 (= ${binary:Version}),
libqgis-server3.4.10 (= ${binary:Version}),
libqgisgrass7-3.4.10 (= ${binary:Version}),
libqgispython3.4.10 (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
......@@ -327,7 +328,7 @@ Package: python3-qgis
Architecture: any
Section: python
Depends: python3-qgis-common (= ${source:Version}),
libqgispython3.4.9,
libqgispython3.4.10,
libsqlite3-mod-spatialite,
python3-dateutil,
python3-future,
......@@ -399,8 +400,8 @@ Description: collection of data providers to QGIS
Package: qgis-providers-common
Architecture: all
Depends: ${misc:Depends}
Breaks: qgis-common (<= 1.6)
Replaces: qgis-common (<= 1.6)
Breaks: qgis-common (<< 3.4.10)
Replaces: qgis-common (<< 3.4.10)
Description: collection of data providers to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
......
......@@ -150,7 +150,6 @@ Copyright:
2005-2018, Martin Dobias
2008-2018, Jürgen E. Fischer
2009, 2011-2014, 2016-2018, Alexander Bruy
2012-2013, 2005, 2017-2018, René-Luc D'Hont
2015, 2018, Luigi Pirelli
2015-2018, Mathieu Pellerin
2016, 2018, Even Rouault
......@@ -164,6 +163,7 @@ Copyright:
2018, Anita Graser
2018, elpaso
2004-2017, 2019, Marco Hugentobler
2012-2013, 2005, 2017-2019, René-Luc D'Hont
2012-2019, Denis Rouzaud
2012-2019, Matthias Kuhn
2012-2019, The QGIS Project
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_3d.so.3.4.9 #PACKAGE# #MINVER#
libqgis_3d.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.6 amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x
libqgis_analysis.so.3.4.9 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.10 m68k ppc64
libqgis_analysis.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......@@ -558,8 +558,8 @@ libqgis_analysis.so.3.4.9 #PACKAGE# #MINVER#
_ZN27QgsSingleGeometryCheckErrorD2Ev@Base 3.4.5
_ZN28QgsDbscanClusteringAlgorithm13initAlgorithmERK4QMapI7QString8QVariantE@Base 3.4.5
_ZN28QgsDbscanClusteringAlgorithm16processAlgorithmERK4QMapI7QString8QVariantER20QgsProcessingContextP21QgsProcessingFeedback@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN28QgsDbscanClusteringAlgorithm6dbscanEjdbl18QgsFeatureIteratorR21QgsSpatialIndexKDBushRSt13unordered_mapIxiSt4hashIxESt8equal_toIxESaISt4pairIKxiEEERiP21QgsProcessingFeedback@Base 3.4.5
(arch=amd64 arm64 mips64el ppc64el s390x)_ZN28QgsDbscanClusteringAlgorithm6dbscanEmdbl18QgsFeatureIteratorR21QgsSpatialIndexKDBushRSt13unordered_mapIxiSt4hashIxESt8equal_toIxESaISt4pairIKxiEEERiP21QgsProcessingFeedback@Base 3.4.6
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN28QgsDbscanClusteringAlgorithm6dbscanEjdbl18QgsFeatureIteratorR21QgsSpatialIndexKDBushRSt13unordered_mapIxiSt4hashIxESt8equal_toIxESaISt4pairIKxiEEERiP21QgsProcessingFeedback@Base 3.4.5
(arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZN28QgsDbscanClusteringAlgorithm6dbscanEmdbl18QgsFeatureIteratorR21QgsSpatialIndexKDBushRSt13unordered_mapIxiSt4hashIxESt8equal_toIxESaISt4pairIKxiEEERiP21QgsProcessingFeedback@Base 3.4.10
_ZN28QgsDbscanClusteringAlgorithmD0Ev@Base 3.4.5
_ZN28QgsDbscanClusteringAlgorithmD1Ev@Base 3.4.5
_ZN28QgsDbscanClusteringAlgorithmD2Ev@Base 3.4.5
......@@ -1090,17 +1090,17 @@ libqgis_analysis.so.3.4.9 #PACKAGE# #MINVER#
_ZNK8Vector3D9getLengthEv@Base 2.0.1
_ZNK8Vector3DeqERKS_@Base 2.14.0
_ZNK8Vector3DneERKS_@Base 2.14.0
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNS4_10_Hash_nodeIS2_Lb0EEEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS4_10_Hash_nodeIS2_Lb0EEEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEjRKj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRKm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEjjPNS4_10_Hash_nodeIS2_Lb0EEEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS4_10_Hash_nodeIS2_Lb0EEEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEjRKj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRKm@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED1Ev@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxSt4pairIKxiESaIS2_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb0ELb1EEEED2Ev@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS1_10_Hash_nodeIxLb0EEEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS1_10_Hash_nodeIxLb0EEEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE4findERKx@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEjRKj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEjjPNS1_10_Hash_nodeIxLb0EEEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS1_10_Hash_nodeIxLb0EEEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE4findERKx@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEjRKj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEED1Ev@Base 3.4.5
(optional=templinst)_ZNSt10_HashtableIxxSaIxENSt8__detail9_IdentityESt8equal_toIxESt4hashIxENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEED2Ev@Base 3.4.5
(optional=templinst)_ZNSt10unique_ptrI19QgsRasterFileWriterSt14default_deleteIS0_EED1Ev@Base 3.4.5
......@@ -1110,8 +1110,8 @@ libqgis_analysis.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt3_V28__rotateIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEEEET_S8_S8_S8_St26random_access_iterator_tag@Base 3.4.5
(optional=templinst)_ZNSt6vectorI11QgsGeometrySaIS0_EE12emplace_backIJS0_EEEvDpOT_@Base 3.4.5
(optional=templinst)_ZNSt6vectorI11QgsGeometrySaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt6vectorI11QgsGeometrySaIS0_EE7reserveEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt6vectorI11QgsGeometrySaIS0_EE7reserveEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt6vectorI11QgsGeometrySaIS0_EE7reserveEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt6vectorI11QgsGeometrySaIS0_EE7reserveEm@Base 3.4.5
(optional=templinst)_ZNSt6vectorI11QgsGeometrySaIS0_EED1Ev@Base 3.4.5
(optional=templinst)_ZNSt6vectorI11QgsGeometrySaIS0_EED2Ev@Base 3.4.5
(optional=templinst)_ZNSt6vectorIN28QgsKMeansClusteringAlgorithm7FeatureESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 3.4.5
......@@ -1123,11 +1123,11 @@ libqgis_analysis.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJRKfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_@Base 3.4.5
(optional=templinst)_ZNSt6vectorIfSaIfEE17_M_realloc_insertIJfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_24QgsRasterCalculatorEntryESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_24QgsRasterCalculatorEntryESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 m68k mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_24QgsRasterCalculatorEntryESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_24QgsRasterCalculatorEntryESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 3.4.5
(optional=templinst|arch=!i386 !mips !mipsel !powerpc !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 3.4.5
(optional=templinst|arch=!i386 !mips !mipsel !powerpc !ppc64 !s390x)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE24_M_get_insert_unique_posERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 m68k mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS2_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St10unique_ptrI14QgsRasterBlockSt14default_deleteIS4_EEESt10_Select1stIS8_ESt4lessIS0_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 3.4.5
(optional=templinst|arch=amd64 arm64 armel armhf hppa kfreebsd-amd64 m68k mips64el ppc64el riscv64 sparc64 x32)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS2_E@Base 2.14.18
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE16_M_emplace_equalIJS0_IdiEEEESt17_Rb_tree_iteratorIS2_EDpOT_@Base 2.18.24
......
# SymbolsHelper-Confirmed: 3.4.9 amd64 arm64 armel armhf i386 mips powerpc ppc64el s390x
libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.10 amd64 i386 m68k mips64el mipsel powerpc ppc64 s390x
libqgis_app.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArray7reserveEi@Base 3.4.5
_ZN10QgsOptions10addSVGPathEv@Base 3.4.5
......@@ -377,9 +377,9 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
_ZN15QgsMapToolLabelD0Ev@Base 2.14.0
_ZN15QgsMapToolLabelD1Ev@Base 2.14.0
_ZN15QgsMapToolLabelD2Ev@Base 2.14.0
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN15QgsPointLocator5MatchC1ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC1ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
_ZN15QgsPointLocator5MatchC1ERKS0_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN15QgsPointLocator5MatchC2ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC2ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
_ZN15QgsPointLocator5MatchC2ERKS0_@Base 3.4.5
_ZN15QgsPointLocator5MatchaSEOS0_@Base 3.4.5
_ZN15QgsPointLocator5MatchaSERKS0_@Base 3.4.5
......@@ -3146,8 +3146,8 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZN7QObject7connectIM7QActionFvbEM7QgisAppFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM7QgisAppFvvES3_EEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectES8_PKNS7_IT0_E6ObjectESD_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM9QShortcutFvvEM13QgsDockWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=!mipsel !powerpc)_ZN7QObject7connectIMS_FvPS_EM7QWidgetFbvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(arch=mips64el ppc64el s390x)_ZN7QString8fromUtf8EPKci@Base 3.4.5
(optional=templinst|arch=!powerpc)_ZN7QObject7connectIMS_FvPS_EM7QWidgetFbvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(arch=mips64el ppc64 ppc64el s390x)_ZN7QString8fromUtf8EPKci@Base 3.4.10
_ZN7QStringC1EPKc@Base 3.4.5
_ZN7QStringC2EPKc@Base 3.4.5
_ZN7QgisApp10addFeatureEv@Base 2.14.0
......@@ -3493,6 +3493,8 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
_ZN7QgisApp22showSystemNotificationERK7QStringS2_b@Base 3.4.5
_ZN7QgisApp22togglePanelsVisibilityEv@Base 3.4.5
_ZN7QgisApp22updateLabelToolButtonsEv@Base 2.18.17
_ZN7QgisApp23QgsCanvasRefreshBlockerC1Ev@Base 3.4.10
_ZN7QgisApp23QgsCanvasRefreshBlockerC2Ev@Base 3.4.10
_ZN7QgisApp23addPluginToDatabaseMenuERK7QStringP7QAction@Base 2.14.0
_ZN7QgisApp23askUserForGDALSublayersEP14QgsRasterLayer@Base 2.14.0
_ZN7QgisApp23askUserForZipItemLayersERK7QString@Base 3.4.5
......@@ -3661,10 +3663,10 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
_ZN9QgsActionC2Ev@Base 3.4.5
_ZN9QgsActionD1Ev@Base 3.4.5
_ZN9QgsActionD2Ev@Base 3.4.5
(arch=armhf mips ppc64el)_ZN9QgsNative20NotificationSettingsD1Ev@Base 3.4.9
(arch=armhf mips ppc64el)_ZN9QgsNative20NotificationSettingsD2Ev@Base 3.4.9
(arch=mips mips64el ppc64el)_ZN9QgsNative23RecentProjectPropertiesD1Ev@Base 3.4.9
(arch=mips mips64el ppc64el)_ZN9QgsNative23RecentProjectPropertiesD2Ev@Base 3.4.9
(arch=armhf mips mips64el mipsel powerpc ppc64el s390x)_ZN9QgsNative20NotificationSettingsD1Ev@Base 3.4.10
(arch=armhf mips mips64el mipsel powerpc ppc64el s390x)_ZN9QgsNative20NotificationSettingsD2Ev@Base 3.4.10
(arch=i386 mips mips64el mipsel powerpc ppc64el s390x)_ZN9QgsNative23RecentProjectPropertiesD1Ev@Base 3.4.10
(arch=i386 mips mips64el mipsel powerpc ppc64el s390x)_ZN9QgsNative23RecentProjectPropertiesD2Ev@Base 3.4.10
_ZNK10QStringRef7compareE13QLatin1StringN2Qt15CaseSensitivityE@Base 3.4.5
_ZNK10QgsMapTool5flagsEv@Base 3.4.5
_ZNK10QgsOptions10metaObjectEv@Base 2.14.0
......@@ -4144,7 +4146,7 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
_ZNK36QgsExpressionCalculatorLocatorFilter8priorityEv@Base 3.4.5
_ZNK36QgsMapToolRegularPolygonCenterCorner10metaObjectEv@Base 3.4.5
(optional=templinst|arch=powerpcspe)_ZNK5QListIP7QObjectE7indexOfERKS1_i@Base 2.14.15
(arch=!s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
(arch=!ppc64 !s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
_ZNK7QgisApp10metaObjectEv@Base 2.14.0
_ZNK7QgisApp14editableLayersEb@Base 2.14.0
_ZNK7QgisApp21dockedToolbarIconSizeEi@Base 3.4.5
......@@ -4250,9 +4252,9 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 2.18.17
(optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 2.18.17
(optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 2.18.17
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS0_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !m68k !mips64el !ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS0_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE24_M_get_insert_unique_posERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 m68k mips64el ppc64el)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS2_@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_N11QgsSettings7SectionEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 3.4.5
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 2.18.22
(optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 2.18.17
......@@ -4270,9 +4272,9 @@ libqgis_app.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt8functionIFvRK7QStringbS2_S2_S2_EEC2ERKS4_@Base 3.4.5
(optional=templinst)_ZNSt8functionIFviRK7QStringEEC1ERKS4_@Base 3.4.5
(optional=templinst)_ZNSt8functionIFviRK7QStringEEC2ERKS4_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_iET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_lET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_iET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZSt17__rotate_adaptiveIPP20QgsLayoutTableColumnS2_lET_S3_S3_S3_T1_S4_T0_S4_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
_ZTI10QgsOptions@Base 2.14.0
_ZTI11QgsProperty@Base 3.4.5
_ZTI12QgsBookmarks@Base 2.14.0
......
# SymbolsHelper-Confirmed: 3.4.9 amd64 armel armhf
libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.10 amd64 armel armhf m68k ppc64
libqgis_core.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
GEOPROJ4@Base 2.0.1
GEOWKT@Base 2.0.1
......@@ -39,7 +39,7 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN10QgsArchiveD2Ev@Base 3.4.5
_ZN10QgsArchiveaSERKS_@Base 3.4.5
_ZN10QgsClipper11clippedLineERK8QgsCurveRK12QgsRectangle@Base 3.4.5
(arch=amd64 arm64 mips64el ppc64el s390x)_ZN10QgsClipper15clipLineSegmentEddddRdS0_S0_S0_@Base 3.4.5
(arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZN10QgsClipper15clipLineSegmentEddddRdS0_S0_S0_@Base 3.4.10
_ZN10QgsClipper21connectSeparatedLinesEddddRK12QgsRectangleR9QPolygonF@Base 2.0.1
_ZN10QgsClipper21trimPolygonToBoundaryERK9QPolygonFRS0_RK12QgsRectangleNS_8BoundaryEd@Base 3.4.5
_ZN10QgsClipper5MAX_XE@Base 2.0.1
......@@ -1411,14 +1411,14 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication15authorsFilePathEv@Base 2.0.1
_ZN14QgsApplication15customVariablesEv@Base 3.4.5
_ZN14QgsApplication15licenceFilePathEv@Base 2.0.1
_ZN14QgsApplication15mThemeName30409E@Base 3.4.9
_ZN14QgsApplication15mThemeName30410E@Base 3.4.10
_ZN14QgsApplication15shortNameRegExpEv@Base 2.14.0
_ZN14QgsApplication16defaultStylePathEv@Base 3.4.5
_ZN14QgsApplication16defaultThemePathEv@Base 2.0.1
_ZN14QgsApplication16mConfigPath30409E@Base 3.4.9
_ZN14QgsApplication16mMaxThreads30409E@Base 3.4.9
_ZN14QgsApplication16mPluginPath30409E@Base 3.4.9
_ZN14QgsApplication16mPrefixPath30409E@Base 3.4.9
_ZN14QgsApplication16mConfigPath30410E@Base 3.4.10
_ZN14QgsApplication16mMaxThreads30410E@Base 3.4.10
_ZN14QgsApplication16mPluginPath30410E@Base 3.4.10
_ZN14QgsApplication16mPrefixPath30410E@Base 3.4.10
_ZN14QgsApplication16pageSizeRegistryEv@Base 3.4.5
_ZN14QgsApplication16rendererRegistryEv@Base 3.4.5
_ZN14QgsApplication16reportStyleSheetEv@Base 2.0.1
......@@ -1426,12 +1426,12 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication16staticMetaObjectE@Base 2.0.1
_ZN14QgsApplication16userThemesFolderEv@Base 2.14.0
_ZN14QgsApplication17createThemeFolderEv@Base 2.14.0
_ZN14QgsApplication17mInitialized30409E@Base 3.4.9
_ZN14QgsApplication17mLibexecPath30409E@Base 3.4.9
_ZN14QgsApplication17mLibraryPath30409E@Base 3.4.9
_ZN14QgsApplication17mPkgDataPath30409E@Base 3.4.9
_ZN14QgsApplication17mProfilePath30409E@Base 3.4.9
_ZN14QgsApplication17mUIThemeName30409E@Base 3.4.9
_ZN14QgsApplication17mInitialized30410E@Base 3.4.10
_ZN14QgsApplication17mLibexecPath30410E@Base 3.4.10
_ZN14QgsApplication17mLibraryPath30410E@Base 3.4.10
_ZN14QgsApplication17mPkgDataPath30410E@Base 3.4.10
_ZN14QgsApplication17mProfilePath30410E@Base 3.4.10
_ZN14QgsApplication17mUIThemeName30410E@Base 3.4.10
_ZN14QgsApplication17restoreGdalDriverERK7QString@Base 2.14.0
_ZN14QgsApplication17setCustomVariableERK7QStringRK8QVariant@Base 3.4.5
_ZN14QgsApplication18ApplicationMembersC1Ev@Base 3.4.5
......@@ -1440,7 +1440,7 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication18ApplicationMembersD2Ev@Base 3.4.5
_ZN14QgsApplication18annotationRegistryEv@Base 3.4.5
_ZN14QgsApplication18layoutItemRegistryEv@Base 3.4.5
_ZN14QgsApplication18mGdalSkipList30409E@Base 3.4.9
_ZN14QgsApplication18mGdalSkipList30410E@Base 3.4.10
_ZN14QgsApplication18nullRepresentationEv@Base 3.4.5
_ZN14QgsApplication18processingRegistryEv@Base 3.4.5
_ZN14QgsApplication18registerOgrDriversEv@Base 2.0.1
......@@ -1451,9 +1451,9 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication19colorSchemeRegistryEv@Base 3.4.5
_ZN14QgsApplication19defaultThemesFolderEv@Base 2.14.0
_ZN14QgsApplication19layoutTemplatePathsEv@Base 3.4.5
_ZN14QgsApplication19mAuthDbDirPath30409E@Base 3.4.9
_ZN14QgsApplication19mQmlImportPath30409E@Base 3.4.9
_ZN14QgsApplication19mSystemEnvVars30409E@Base 3.4.9
_ZN14QgsApplication19mAuthDbDirPath30410E@Base 3.4.10
_ZN14QgsApplication19mQmlImportPath30410E@Base 3.4.10
_ZN14QgsApplication19mSystemEnvVars30410E@Base 3.4.10
_ZN14QgsApplication19paintEffectRegistryEv@Base 3.4.5
_ZN14QgsApplication19pluginLayerRegistryEv@Base 3.4.5
_ZN14QgsApplication19qgisSettingsDirPathEv@Base 2.0.1
......@@ -1466,9 +1466,9 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication21QGIS_APPLICATION_NAMEE@Base 2.4.0
_ZN14QgsApplication21developersMapFilePathEv@Base 2.8.0
_ZN14QgsApplication21gpsConnectionRegistryEv@Base 3.4.5
_ZN14QgsApplication21mBuildOutputPath30409E@Base 3.4.9
_ZN14QgsApplication21mBuildSourcePath30409E@Base 3.4.9
_ZN14QgsApplication21mDefaultSvgPaths30409E@Base 3.4.9
_ZN14QgsApplication21mBuildOutputPath30410E@Base 3.4.10
_ZN14QgsApplication21mBuildSourcePath30410E@Base 3.4.10
_ZN14QgsApplication21mDefaultSvgPaths30410E@Base 3.4.10
_ZN14QgsApplication21setNullRepresentationERK7QString@Base 3.4.5
_ZN14QgsApplication22QGIS_ORGANIZATION_NAMEE@Base 2.4.0
_ZN14QgsApplication22customVariablesChangedEv@Base 3.4.5
......@@ -1477,19 +1477,19 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN14QgsApplication22rasterRendererRegistryEv@Base 3.4.5
_ZN14QgsApplication22setAuthDatabaseDirPathERK7QString@Base 3.4.5
_ZN14QgsApplication23applyGdalSkippedDriversEv@Base 2.0.1
_ZN14QgsApplication23mFileOpenEventList30409E@Base 3.4.9
_ZN14QgsApplication23mFileOpenEventList30410E@Base 3.4.10
_ZN14QgsApplication24QGIS_ORGANIZATION_DOMAINE@Base 2.4.0
_ZN14QgsApplication24dataItemProviderRegistryEv@Base 3.4.5
_ZN14QgsApplication24qgisAuthDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication24qgisUserDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication24setFileOpenEventReceiverEP7QObject@Base 2.0.1
_ZN14QgsApplication25mRunningFromBuildDir30409E@Base 3.4.9
_ZN14QgsApplication25mRunningFromBuildDir30410E@Base 3.4.10
_ZN14QgsApplication25nullRepresentationChangedEv@Base 3.4.5
_ZN14QgsApplication26absolutePathToRelativePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication26collectTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication26qgisMasterDatabaseFilePathEv@Base 3.4.5
_ZN14QgsApplication26relativePathToAbsolutePathERK7QStringS2_@Base 2.14.0
_ZN14QgsApplication27mFileOpenEventReceiver30409E@Base 3.4.9
_ZN14QgsApplication27mFileOpenEventReceiver30410E@Base 3.4.10
_ZN14QgsApplication29networkContentFetcherRegistryEv@Base 3.4.5
_ZN14QgsApplication29requestForTranslatableObjectsEP21QgsTranslationContext@Base 3.4.5
_ZN14QgsApplication4initE7QString@Base 2.0.1
......@@ -2589,9 +2589,9 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN15QgsPointLocator17onGeometryChangedExRK11QgsGeometry@Base 3.4.5
_ZN15QgsPointLocator23onAttributeValueChangedExiRK8QVariant@Base 3.4.5
_ZN15QgsPointLocator4initEi@Base 2.8.0
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN15QgsPointLocator5MatchC1ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC1ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!arm64 !mips64el)_ZN15QgsPointLocator5MatchC1EOS0_@Base 3.4.6
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN15QgsPointLocator5MatchC2ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN15QgsPointLocator5MatchC2ENS_4TypeEP14QgsVectorLayerxdRK10QgsPointXYiPS4_@Base 3.4.5
(arch=!arm64 !mips64el)_ZN15QgsPointLocator5MatchC2EOS0_@Base 3.4.6
_ZN15QgsPointLocator9setExtentEPK12QgsRectangle@Base 2.14.0
_ZN15QgsPointLocatorC1EP14QgsVectorLayerRK28QgsCoordinateReferenceSystemRK29QgsCoordinateTransformContextPK12QgsRectangle@Base 3.4.5
......@@ -4162,8 +4162,8 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN18QgsDiagramRendererC2ERKS_@Base 3.4.5
_ZN18QgsDiagramRendereraSERKS_@Base 3.4.5
_ZN18QgsDiagramSettings7readXmlERK11QDomElement@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN18QgsDiagramSettingsC1ERKS_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN18QgsDiagramSettingsC2ERKS_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN18QgsDiagramSettingsC1ERKS_@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN18QgsDiagramSettingsC2ERKS_@Base 3.4.5
_ZN18QgsDiagramSettingsD1Ev@Base 2.18.17
_ZN18QgsDiagramSettingsD2Ev@Base 2.18.17
_ZN18QgsFeatureIteratoraSERKS_@Base 2.0.1
......@@ -5090,7 +5090,7 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN19QgsSymbolLayerUtils21encodeSldLineCapStyleEN2Qt11PenCapStyleE@Base 3.4.5
_ZN19QgsSymbolLayerUtils21externalMarkerFromSldER11QDomElementR7QStringS3_RiR6QColorRd@Base 3.4.5
_ZN19QgsSymbolLayerUtils21opacityFromSldElementER11QDomElementR7QString@Base 3.4.5
_ZN19QgsSymbolLayerUtils21polygonPointOnSurfaceERK9QPolygonF@Base 3.4.5
_ZN19QgsSymbolLayerUtils21polygonPointOnSurfaceERK9QPolygonFP5QListIS0_E@Base 3.4.10
_ZN19QgsSymbolLayerUtils22colorRampPreviewPixmapEP12QgsColorRamp5QSizei@Base 3.4.5
_ZN19QgsSymbolLayerUtils22createFillLayerFromSldER11QDomElement@Base 3.4.5
_ZN19QgsSymbolLayerUtils22createLineLayerFromSldER11QDomElement@Base 3.4.5
......@@ -6398,7 +6398,8 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN22QgsCoordinateTransform11sTransformsE@Base 3.4.5
_ZN22QgsCoordinateTransform12setFromCacheERK28QgsCoordinateReferenceSystemS2_ii@Base 3.4.5
_ZN22QgsCoordinateTransform12setSourceCrsERK28QgsCoordinateReferenceSystem@Base 2.0.1
_ZN22QgsCoordinateTransform15invalidateCacheEv@Base 3.4.5
_ZN22QgsCoordinateTransform13sDisableCacheE@Base 3.4.10
_ZN22QgsCoordinateTransform15invalidateCacheEb@Base 3.4.10
_ZN22QgsCoordinateTransform17setDestinationCrsERK28QgsCoordinateReferenceSystem@Base 3.4.5
_ZN22QgsCoordinateTransform25setSourceDatumTransformIdEi@Base 3.4.5
_ZN22QgsCoordinateTransform30setDestinationDatumTransformIdEi@Base 3.4.5
......@@ -8443,20 +8444,26 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN28QgsCoordinateReferenceSystem14validationHintEv@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem15createFromProj4ERK7QString@Base 2.2.0
_ZN28QgsCoordinateReferenceSystem15createFromSrsIdEl@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem15invalidateCacheEv@Base 3.4.5
_ZN28QgsCoordinateReferenceSystem15invalidateCacheEb@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem15sProj4CacheLockE@Base 3.4.5
_ZN28QgsCoordinateReferenceSystem15setupESRIWktFixEv@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem16createFromStringERK7QString@Base 2.2.0
_ZN28QgsCoordinateReferenceSystem16findMatchingProjEv@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem16loadFromDatabaseERK7QStringS2_S2_@Base 3.4.5
_ZN28QgsCoordinateReferenceSystem16sDisableOgcCacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem16sDisableWktCacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem16staticMetaObjectE@Base 3.4.5
_ZN28QgsCoordinateReferenceSystem17recentProjectionsEv@Base 2.8.0
_ZN28QgsCoordinateReferenceSystem17sDisableSrIdCacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem17setGeographicFlagEb@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem17setValidationHintERK7QString@Base 2.14.0
_ZN28QgsCoordinateReferenceSystem18sDisableProj4CacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem18sDisableSrsIdCacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem18syncDatumTransformERK7QString@Base 2.2.0
_ZN28QgsCoordinateReferenceSystem19createFromOgcWmsCrsERK7QString@Base 2.18.17
_ZN28QgsCoordinateReferenceSystem19createFromUserInputERK7QString@Base 2.2.0
_ZN28QgsCoordinateReferenceSystem19customCrsValidationEv@Base 3.4.5
_ZN28QgsCoordinateReferenceSystem19sDisableStringCacheE@Base 3.4.10
_ZN28QgsCoordinateReferenceSystem19setEllipsoidAcronymERK7QString@Base 2.14.0
_ZN28QgsCoordinateReferenceSystem20mCustomSrsValidationE@Base 2.0.1
_ZN28QgsCoordinateReferenceSystem20setProjectionAcronymERK7QString@Base 2.14.0
......@@ -9059,8 +9066,8 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN32QgsSingleBandPseudoColorRendererD1Ev@Base 2.0.1
_ZN32QgsSingleBandPseudoColorRendererD2Ev@Base 2.0.1
_ZN32QgsSingleCategoryDiagramRenderer7readXmlERK11QDomElementRK19QgsReadWriteContext@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN32QgsSingleCategoryDiagramRendererC1Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN32QgsSingleCategoryDiagramRendererC2Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN32QgsSingleCategoryDiagramRendererC1Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN32QgsSingleCategoryDiagramRendererC2Ev@Base 3.4.5
_ZN32QgsSingleCategoryDiagramRendererD0Ev@Base 2.0.1
_ZN32QgsSingleCategoryDiagramRendererD1Ev@Base 2.0.1
_ZN32QgsSingleCategoryDiagramRendererD2Ev@Base 2.0.1
......@@ -9157,8 +9164,8 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZN36QgsLayoutMultiFrameDeleteUndoCommandD0Ev@Base 3.4.5
_ZN36QgsLayoutMultiFrameDeleteUndoCommandD1Ev@Base 3.4.5
_ZN36QgsLayoutMultiFrameDeleteUndoCommandD2Ev@Base 3.4.5
(arch=ppc64el s390x)_ZN36QgsProcessingFeatureSourceDefinitionC1ERK7QStringb@Base 3.4.6
(arch=ppc64el s390x)_ZN36QgsProcessingFeatureSourceDefinitionC2ERK7QStringb@Base 3.4.6
(arch=ppc64 ppc64el s390x)_ZN36QgsProcessingFeatureSourceDefinitionC1ERK7QStringb@Base 3.4.10
(arch=ppc64 ppc64el s390x)_ZN36QgsProcessingFeatureSourceDefinitionC2ERK7QStringb@Base 3.4.10
_ZN36QgsProcessingParameterMultipleLayers12setLayerTypeEN13QgsProcessing10SourceTypeE@Base 3.4.5
_ZN36QgsProcessingParameterMultipleLayers14fromScriptCodeERK7QStringS2_bS2_@Base 3.4.5
_ZN36QgsProcessingParameterMultipleLayers14fromVariantMapERK4QMapI7QString8QVariantE@Base 3.4.5
......@@ -12307,7 +12314,7 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZNK21QgsLayoutItemScaleBar9fontColorEv@Base 3.4.5
_ZNK21QgsListFieldFormatter14representValueEP14QgsVectorLayeriRK4QMapI7QString8QVariantERKS4_S9_@Base 3.4.5
_ZNK21QgsListFieldFormatter2idEv@Base 3.4.5
(arch=!powerpc !ppc64el)_ZNK21QgsMapLayerDependencyeqERKS_@Base 3.4.6
(arch=!powerpc !ppc64 !ppc64el)_ZNK21QgsMapLayerDependencyeqERKS_@Base 3.4.6
_ZNK21QgsMapLayerProxyModel10metaObjectEv@Base 3.4.5
_ZNK21QgsMapLayerProxyModel16exceptedLayerIdsEv@Base 3.4.5
_ZNK21QgsMapLayerProxyModel16filterAcceptsRowEiRK11QModelIndex@Base 3.4.5
......@@ -14287,12 +14294,12 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt17_Function_handlerIFP19QgsLayoutMultiFrameP9QgsLayoutEPFP27QgsLayoutItemAttributeTableS3_EE9_M_invokeERKSt9_Any_dataOS3_@Base 3.4.5
(optional=templinst)_ZNSt17_Function_handlerIFbPK25QgsExpressionNodeFunctionP13QgsExpressionPK20QgsExpressionContextEPS8_E9_M_invokeERKSt9_Any_dataOS2_OS4_OS7_@Base 3.4.5
(optional=templinst)_ZNSt17_Function_handlerIFvRK10QgsFeatureEZN20QgsProcessingContextC4EvEUlS2_E_E9_M_invokeERKSt9_Any_dataS2_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EEclEv@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEclEv@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt24uniform_int_distributionIiEclISt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEEEiRT_RKNS0_10param_typeE@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt23mersenne_twister_engineIjLj32ELj624ELj397ELj31ELj2567483615ELj11ELj4294967295ELj7ELj2636928640ELj15ELj4022730752ELj18ELj1812433253EEclEv@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEclEv@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt24uniform_int_distributionIiEclISt23mersenne_twister_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EEEEiRT_RKNS0_10param_typeE@Base 3.4.5
(optional=templinst)_ZNSt3_V28__rotateIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEEEET_S8_S8_S8_St26random_access_iterator_tag@Base 3.4.5
(optional=templinst)_ZNSt3_V28__rotateIPN21QgsFeatureFilterModel5EntryEEET_S4_S4_S4_St26random_access_iterator_tag@Base 3.4.5
(optional=templinst|arch=!amd64 !i386)_ZNSt6vectorI25QgsSpatialIndexKDBushDataSaIS0_EE12emplace_backIJS0_EEEvDpOT_@Base 3.4.5
(optional=templinst|arch=!amd64 !i386 !m68k)_ZNSt6vectorI25QgsSpatialIndexKDBushDataSaIS0_EE12emplace_backIJS0_EEEvDpOT_@Base 3.4.5
(optional=templinst)_ZNSt6vectorI25QgsSpatialIndexKDBushDataSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el|subst)_ZNSt6vectorI25QgsSpatialIndexKDBushDataSaIS0_EE7reserveE{size_t}@Base 3.4.5
(optional=templinst)_ZNSt6vectorISt10unique_ptrI13QgsLineStringSt14default_deleteIS1_EESaIS4_EE12emplace_backIJPS1_EEEvDpOT_@Base 3.4.5
......@@ -14319,11 +14326,11 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt8functionIFvRK10QgsFeatureEEC2ERKS4_@Base 3.4.5
(optional=templinst)_ZNSt8functionIFvvEEC1ERKS1_@Base 3.4.5
(optional=templinst)_ZNSt8functionIFvvEEC2ERKS1_@Base 3.4.5
(optional=templinst|arch=armel armhf powerpc ppc64el s390x)_ZSt4swapI11QModelIndexENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 3.4.5
(optional=templinst|arch=armel armhf powerpc ppc64 ppc64el s390x)_ZSt4swapI11QModelIndexENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 3.4.5
(optional=templinst)_ZSt4swapI16QgsRendererRangeENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 3.4.5
(optional=templinst)_ZSt4swapI19QgsRendererCategoryENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS5_ESt18is_move_assignableIS5_EEE5valueEvE4typeERS5_SF_@Base 3.4.5
(optional=templinst)_ZSt4swapIN19QgsVectorFileWriter19FilterFormatDetailsEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
(optional=templinst)_ZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_@Base 3.4.5
_ZTI10QgsArchive@Base 3.4.5
_ZTI10QgsDiagram@Base 2.0.1
......@@ -15554,7 +15561,7 @@ libqgis_core.so.3.4.9 #PACKAGE# #MINVER#
_ZTV10QgsLocator@Base 3.4.5
_ZTV10QgsPolygon@Base 3.4.5
_ZTV10QgsProject@Base 2.0.1
(arch=powerpc ppc64el)_ZTV10QgsSurface@Base 3.4.5
(arch=powerpc ppc64 ppc64el)_ZTV10QgsSurface@Base 3.4.10
_ZTV10QgsWebPage@Base 2.18.17
_ZTV10QgsWebView@Base 2.14.0
_ZTV10QgsZipItem@Base 2.0.1
......
# SymbolsHelper-Confirmed: 3.4.9 amd64 armel armhf i386 ppc64el s390x
libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
# SymbolsHelper-Confirmed: 3.4.10 amd64 m68k ppc64
libqgis_gui.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_Z17createDatabaseURIRK7QStringS1_S1_S_S1_S_S_b@Base 3.4.5
_Z17createProtocolURIRK7QStringS1_S1_S1_S1_b@Base 3.4.5
(arch=!amd64 !arm64 !i386 !mips64el !powerpc !ppc64el !s390x)_ZN10QByteArray7reserveEi@Base 3.4.5
_ZN10QgsMapTool10deactivateEv@Base 2.0.1
_ZN10QgsMapTool10wheelEventEP11QWheelEvent@Base 2.0.1
_ZN10QgsMapTool11deactivatedEv@Base 2.6.0
......@@ -4428,9 +4427,9 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
_ZN23QgsAbstractMetadataBase7ContactC2ERKS0_@Base 3.4.5
_ZN23QgsAbstractMetadataBase7ContactD1Ev@Base 3.4.5
_ZN23QgsAbstractMetadataBase7ContactD2Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD0Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD1Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD2Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD0Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD1Ev@Base 3.4.5
(arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZN23QgsAbstractMetadataBaseD2Ev@Base 3.4.5
_ZN23QgsAttributeTableAction11featureFormEv@Base 2.0.1
_ZN23QgsAttributeTableAction11qt_metacallEN11QMetaObject4CallEiPPv@Base 2.0.1
_ZN23QgsAttributeTableAction11qt_metacastEPKc@Base 2.0.1
......@@ -8562,7 +8561,7 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst|arch=amd64 arm64)_ZN7QObject7connectIM14QgsVectorLayerFvvEM23QgsRelationEditorWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM15QAbstractButtonFvbEM16QgsAttributeFormFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM15QAbstractButtonFvbEM17QgsMetadataWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=!i386 !mips64el)_ZN7QObject7connectIM15QAbstractButtonFvbEM23QgsRelationEditorWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=!i386 !m68k !mips64el)_ZN7QObject7connectIM15QAbstractButtonFvbEM23QgsRelationEditorWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM15QAbstractButtonFvbEM26QgsRasterLayerSaveAsDialogFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=amd64 arm64)_ZN7QObject7connectIM15QAbstractButtonFvbEM26QgsRelationReferenceWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM15QAbstractButtonFvvEM26QgsExpressionBuilderWidgetFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
......@@ -8571,11 +8570,11 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst)_ZN7QObject7connectIM7QActionFvbEM21QgsStyleManagerDialogFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst)_ZN7QObject7connectIM7QActionFvvEM15QgsIdentifyMenuFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESB_PKNSA_IT0_E6ObjectESG_N2Qt14ConnectionTypeE@Base 3.4.5
(optional=templinst|arch=amd64 arm64)_ZN7QObject7connectIM9QLineEditFvRK7QStringEM26QgsRasterLayerSaveAsDialogFvS4_EEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESE_PKNSD_IT0_E6ObjectESJ_N2Qt14ConnectionTypeE@Base 3.4.5
(arch=!amd64)_ZN7QStringC1EPKc@Base 3.4.9
_ZN7QStringC1EPKc@Base 3.4.10
_ZN7QStringC1ERK10QByteArray@Base 3.4.5
(arch=!amd64)_ZN7QStringC2EPKc@Base 3.4.9
_ZN7QStringC2EPKc@Base 3.4.10
_ZN7QStringC2ERK10QByteArray@Base 3.4.5
(arch=powerpc ppc64el)_ZN7QStringpLE5QChar@Base 3.4.5
(arch=powerpc ppc64 ppc64el)_ZN7QStringpLE5QChar@Base 3.4.10
_ZN7QgsDial10paintEventEP11QPaintEvent@Base 2.4.0
_ZN7QgsDial10setMaximumERK8QVariant@Base 2.8.3
_ZN7QgsDial10setMinimumERK8QVariant@Base 2.8.3
......@@ -8818,7 +8817,7 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
_ZNK15QListWidgetItem4textEv@Base 3.4.5
_ZNK15QTreeWidgetItem10foregroundEi@Base 3.4.5
_ZNK15QTreeWidgetItem4fontEi@Base 3.4.5
(arch=!amd64 !arm64 !ppc64el !s390x)_ZNK15QTreeWidgetItem4textEi@Base 3.4.5
(arch=!amd64 !arm64 !ppc64 !ppc64el !s390x)_ZNK15QTreeWidgetItem4textEi@Base 3.4.5
_ZNK15QgsAuthCertInfo10metaObjectEv@Base 2.14.0
_ZNK15QgsDateTimeEdit10metaObjectEv@Base 2.6.0
_ZNK15QgsDateTimeEdit8dateTimeEv@Base 2.6.0
......@@ -10076,7 +10075,7 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
_ZNK44QgsProcessingParameterWidgetFactoryInterface29modelerExpressionFormatStringEv@Base 3.4.5
(optional=templinst|arch=powerpcspe)_ZNK5QListIP7QObjectE7indexOfERKS1_i@Base 2.14.15
_ZNK6QgsGui10metaObjectEv@Base 3.4.9
(arch=!s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
(arch=!ppc64 !s390x)_ZNK7QPointF7toPointEv@Base 3.4.6
_ZNK7QgsDial10metaObjectEv@Base 2.4.0
_ZNK7QgsDial12variantValueEv@Base 2.8.3
_ZNK9QComboBox8findTextERK7QString6QFlagsIN2Qt9MatchFlagEE@Base 3.4.5
......@@ -10154,14 +10153,14 @@ libqgis_gui.so.3.4.9 #PACKAGE# #MINVER#
(optional=templinst|arch=!armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 3.4.5
(optional=templinst|arch=!armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 3.4.5
(optional=templinst)_ZNSt17_Function_handlerIFvRK10QgsFeatureEZN20QgsProcessingContextC4EvEUlS2_E_E9_M_invokeERKSt9_Any_dataS2_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPN22QgsAttributeTableModel9SortCacheEjEET_S5_T0_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPN22QgsAttributeTableModel9SortCacheEmEET_S5_T0_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EE17_M_default_appendEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64el s390x)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EE17_M_default_appendEm@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPN22QgsAttributeTableModel9SortCacheEjEET_S5_T0_@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPN22QgsAttributeTableModel9SortCacheEmEET_S5_T0_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EE17_M_default_appendEj@Base 3.4.5
(optional=templinst|arch=amd64 arm64 mips64el ppc64 ppc64el s390x)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EE17_M_default_appendEm@Base 3.4.5
(optional=templinst)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EED1Ev@Base 3.4.5
(optional=templinst)_ZNSt6vectorIN22QgsAttributeTableModel9SortCacheESaIS1_EED2Ev@Base 3.4.5
(optional=templinst|subst)_ZNSt6vectorIiSaIiEE17_M_default_appendE{size_t}@Base 2.14.0
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
(optional=templinst|arch=!amd64 !arm64 !mips64el !ppc64 !ppc64el !s390x)_ZSt4swapIN8QVariant7PrivateEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS6_ESt18is_move_assignableIS6_EEE5valueEvE4typeERS6_SG_@Base 3.4.5
_ZTI10QgsMapTool@Base 2.0.1
_ZTI10QgsSpinBox@Base 2.6.0
_ZTI11QgsAppStyle@Base 3.4.5
......
# SymbolsHelper-Confirmed: 3.4.5 amd64
libqgis_native.so.3.4.9 #PACKAGE# #MINVER#
libqgis_native.so.3.4.10 #PACKAGE# #MINVER#
* Build-Depends-Package: libqgis-dev
_ZN10QByteArrayD1Ev@Base 3.4.5
_ZN10QByteArrayD2Ev@Base 3.4.5
......