[neon/kde/kldap/Neon/unstable] debian: more kf6ify

Carlos De Maine null at kde.org
Sun Sep 24 08:46:28 BST 2023


Git commit 68feaed253c256b465bd2521561ba48198aa3555 by Carlos De Maine.
Committed on 24/09/2023 at 09:46.
Pushed by carlosdem into branch 'Neon/unstable'.

more kf6ify

D  +0    -1    debian/compat
M  +28   -18   debian/control
D  +0    -4    debian/kio-ldap.install
D  +0    -2    debian/kio-ldap.maintscript
D  +0    -20   debian/libkf5ldap-dev.acc.in
D  +0    -4    debian/libkf5ldap-dev.install
D  +0    -4    debian/libkf5ldap5.install
D  +0    -2    debian/libkf5ldap5.lintian-overrides
D  +0    -442  debian/libkf5ldap5.symbols

https://invent.kde.org/neon/kde/kldap/-/commit/68feaed253c256b465bd2521561ba48198aa3555

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 41b6af7..3687dd5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                kf6-extra-cmake-modules,
                kf6-kcompletion-dev,
                kf6-kdoctools-dev,
@@ -18,27 +18,26 @@ Build-Depends: cmake (>= 2.8.12~),
                pkg-kde-tools-neon,
                qt6-base-dev,
                qtkeychain-qt6-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/pim/kldap
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git
 
-Package: kio-ldap
+Package: kpim6-ldap
 Architecture: any
-Multi-Arch: no
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: kdepimlibs-kio-plugins, kf5-kdepimlibs-kio-plugins, ${kde-l10n:all}
-Breaks: kdepimlibs-kio-plugins, kf5-kdepimlibs-kio-plugins, ${kde-l10n:all}
-Description: library for accessing LDAP - development files
+X-Neon-MergedPackage: true
+Multi-Arch: same
+Depends: misc:Depends, shlibs:Depends
+Description: library for accessing LDAP
  This is a library for accessing LDAP with a convenient Qt style C++ API.
  LDAP (Lightweight Directory Access Protocol) is an application protocol
  for querying and modifying directory services running over TCP/IP.
  .
- This package contains the KIO slave.
+ This package is part of the KDE Development Platform PIM libraries module.
 
-Package: libkf5ldap-dev
-Section: libdevel
+Package: kpim6-ldap-dev
 Architecture: any
+X-Neon-MergedPackage: true
 Multi-Arch: same
 Depends: kpim6-ldap (= ${binary:Version}),
          libldap2-dev,
@@ -52,15 +51,26 @@ Description: library for accessing LDAP - development files
  .
  This package contains the development files.
 
-Package: libkf5ldap5
+ Package: kio6-ldap
 Architecture: any
-Multi-Arch: same
+Multi-Arch: no
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
-Description: library for accessing LDAP
+Description: library for accessing LDAP - development files
  This is a library for accessing LDAP with a convenient Qt style C++ API.
  LDAP (Lightweight Directory Access Protocol) is an application protocol
  for querying and modifying directory services running over TCP/IP.
  .
- This package is part of the KDE Development Platform PIM libraries module.
+ This package contains the KIO slave.
+
+
+Package: libkf6ldap-dev
+Architecture: all
+Depends: kpim6-ldap-dev
+Description: Dummy transitional
+ Transitional dummy package.
+
+Package: libkf6ldap6
+Architecture: all
+Depends: kpim6-ldap
+Description: Dummy transitional
+ Transitional dummy package.
diff --git a/debian/kio-ldap.install b/debian/kio-ldap.install
deleted file mode 100644
index ce65df7..0000000
--- a/debian/kio-ldap.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib/*/qt6/plugins/kf6/kio/ldap.so
-usr/share/locale/*/LC_MESSAGES/kio_ldap.mo
-usr/share/qlogging-categories6/kldap.categories
-usr/share/qlogging-categories6/kldap.renamecategories
diff --git a/debian/kio-ldap.maintscript b/debian/kio-ldap.maintscript
deleted file mode 100644
index 4157bdc..0000000
--- a/debian/kio-ldap.maintscript
+++ /dev/null
@@ -1,2 +0,0 @@
-rm_conffile /etc/xdg/kldap.categories
-rm_conffile /etc/xdg/kldap.renamecategories
diff --git a/debian/libkf5ldap-dev.acc.in b/debian/libkf5ldap-dev.acc.in
deleted file mode 100644
index 3e3ff27..0000000
--- a/debian/libkf5ldap-dev.acc.in
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<descriptor>
-
-<version>
-    15.07.90
-</version>
-
-<headers>
-    /usr/include/KF5/KLDAP/
-</headers>
-
-<libs>
-    /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Ldap.so
-</libs>
-
-<gcc_options>
-    -fPIC
-</gcc_options>
-
-</descriptor>
diff --git a/debian/libkf5ldap-dev.install b/debian/libkf5ldap-dev.install
deleted file mode 100644
index 4015de7..0000000
--- a/debian/libkf5ldap-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/include/KPim6/KLDAP/
-usr/lib/*/cmake/KPim5Ldap/
-usr/lib/*/libKPim5Ldap.so
-usr/lib/*/qt6/mkspecs/modules/qt_Ldap.pri
diff --git a/debian/libkf5ldap5.install b/debian/libkf5ldap5.install
deleted file mode 100644
index 3542787..0000000
--- a/debian/libkf5ldap5.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/lib/*/libKPim5Ldap.so.5
-usr/lib/*/libKPim5Ldap.so.5.*
-usr/share/doc
-usr/share/locale/*/LC_MESSAGES/libkldap5.mo
diff --git a/debian/libkf5ldap5.lintian-overrides b/debian/libkf5ldap5.lintian-overrides
deleted file mode 100644
index 13a0b30..0000000
--- a/debian/libkf5ldap5.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-libkf5ldap5: package-name-doesnt-match-sonames libKPim5Ldap5
-
diff --git a/debian/libkf5ldap5.symbols b/debian/libkf5ldap5.symbols
deleted file mode 100644
index 44e8ce6..0000000
--- a/debian/libkf5ldap5.symbols
+++ /dev/null
@@ -1,442 +0,0 @@
-# SymbolsHelper-Confirmed: 15.12.0 amd64
-libKF5Ldap.so.5 libkf5ldap5 #MINVER#
- _ZN5KLDAP10LdapObject13setAttributesERK4QMapI7QString5QListI10QByteArrayEE at Base 15.07.90
- _ZN5KLDAP10LdapObject5clearEv at Base 15.07.90
- _ZN5KLDAP10LdapObject5setDnERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapObject5setDnERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP10LdapObject8addValueERK7QStringRK10QByteArray at Base 15.07.90
- _ZN5KLDAP10LdapObject9setValuesERK7QStringRK5QListI10QByteArrayE at Base 15.07.90
- _ZN5KLDAP10LdapObjectC1ERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapObjectC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP10LdapObjectC1Ev at Base 15.07.90
- _ZN5KLDAP10LdapObjectC2ERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapObjectC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP10LdapObjectC2Ev at Base 15.07.90
- _ZN5KLDAP10LdapObjectD0Ev at Base 15.07.90
- _ZN5KLDAP10LdapObjectD1Ev at Base 15.07.90
- _ZN5KLDAP10LdapObjectD2Ev at Base 15.07.90
- _ZN5KLDAP10LdapObjectaSERKS0_ at Base 15.07.90
- _ZN5KLDAP10LdapSearch10isFinishedEv at Base 15.07.90
- _ZN5KLDAP10LdapSearch11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.07.90
- _ZN5KLDAP10LdapSearch11qt_metacastEPKc at Base 15.07.90
- _ZN5KLDAP10LdapSearch13setConnectionERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP10LdapSearch14continueSearchEv at Base 15.07.90
- _ZN5KLDAP10LdapSearch16staticMetaObjectE at Base 15.07.90
- _ZN5KLDAP10LdapSearch17setClientControlsERK7QVectorINS_11LdapControlEE at Base 15.07.90
- _ZN5KLDAP10LdapSearch17setServerControlsERK7QVectorINS_11LdapControlEE at Base 15.07.90
- _ZN5KLDAP10LdapSearch4dataEPS0_RKNS_10LdapObjectE at Base 15.07.90
- _ZN5KLDAP10LdapSearch6resultEPS0_ at Base 15.07.90
- _ZN5KLDAP10LdapSearch6searchERKNS_10LdapServerERK11QStringListi at Base 15.07.90
- _ZN5KLDAP10LdapSearch6searchERKNS_6LdapDNENS_7LdapUrl5ScopeERK7QStringRK11QStringListii at Base 15.07.90
- _ZN5KLDAP10LdapSearch6searchERKNS_7LdapUrlEi at Base 15.07.90
- _ZN5KLDAP10LdapSearch7abandonEv at Base 15.07.90
- _ZN5KLDAP10LdapSearchC1ERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP10LdapSearchC1Ev at Base 15.07.90
- _ZN5KLDAP10LdapSearchC2ERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP10LdapSearchC2Ev at Base 15.07.90
- _ZN5KLDAP10LdapSearchD0Ev at Base 15.07.90
- _ZN5KLDAP10LdapSearchD1Ev at Base 15.07.90
- _ZN5KLDAP10LdapSearchD2Ev at Base 15.07.90
- _ZN5KLDAP10LdapServer10setTimeoutEi at Base 15.07.90
- _ZN5KLDAP10LdapServer10setVersionEi at Base 15.07.90
- _ZN5KLDAP10LdapServer11setPageSizeEi at Base 15.07.90
- _ZN5KLDAP10LdapServer11setPasswordERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer11setSecurityENS0_8SecurityE at Base 15.07.90
- _ZN5KLDAP10LdapServer12setSizeLimitEi at Base 15.07.90
- _ZN5KLDAP10LdapServer12setTimeLimitEi at Base 15.07.90
- _ZN5KLDAP10LdapServer5clearEv at Base 15.07.90
- _ZN5KLDAP10LdapServer6setUrlERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP10LdapServer7setAuthENS0_4AuthE at Base 15.07.90
- _ZN5KLDAP10LdapServer7setHostERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer7setMechERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer7setPortEi at Base 15.07.90
- _ZN5KLDAP10LdapServer7setUserERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer8setRealmERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer8setScopeENS_7LdapUrl5ScopeE at Base 15.07.90
- _ZN5KLDAP10LdapServer9setBaseDnERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP10LdapServer9setBindDnERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServer9setFilterERK7QString at Base 15.07.90
- _ZN5KLDAP10LdapServerC1ERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP10LdapServerC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP10LdapServerC1Ev at Base 15.07.90
- _ZN5KLDAP10LdapServerC2ERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP10LdapServerC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP10LdapServerC2Ev at Base 15.07.90
- _ZN5KLDAP10LdapServerD0Ev at Base 15.07.90
- _ZN5KLDAP10LdapServerD1Ev at Base 15.07.90
- _ZN5KLDAP10LdapServerD2Ev at Base 15.07.90
- _ZN5KLDAP10LdapServeraSERKS0_ at Base 15.07.90
- _ZN5KLDAP11LdapControl10setControlERK7QStringRK10QByteArrayb at Base 15.07.90
- _ZN5KLDAP11LdapControl11setCriticalEb at Base 15.07.90
- _ZN5KLDAP11LdapControl17createPageControlEiRK10QByteArray at Base 15.07.90
- _ZN5KLDAP11LdapControl6insertER7QVectorIS0_ERKS0_ at Base 15.07.90
- _ZN5KLDAP11LdapControl6setOidERK7QString at Base 15.07.90
- _ZN5KLDAP11LdapControl8setValueERK10QByteArray at Base 15.07.90
- _ZN5KLDAP11LdapControlC1ERK7QStringRK10QByteArrayb at Base 15.07.90
- _ZN5KLDAP11LdapControlC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP11LdapControlC1Ev at Base 15.07.90
- _ZN5KLDAP11LdapControlC2ERK7QStringRK10QByteArrayb at Base 15.07.90
- _ZN5KLDAP11LdapControlC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP11LdapControlC2Ev at Base 15.07.90
- _ZN5KLDAP11LdapControlD0Ev at Base 15.07.90
- _ZN5KLDAP11LdapControlD1Ev at Base 15.07.90
- _ZN5KLDAP11LdapControlD2Ev at Base 15.07.90
- _ZN5KLDAP11LdapControlaSERKS0_ at Base 15.07.90
- _ZN5KLDAP13LdapOperation10connectionEv at Base 15.07.90
- _ZN5KLDAP13LdapOperation13setConnectionERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP13LdapOperation13waitForResultEii at Base 15.07.90
- _ZN5KLDAP13LdapOperation17setClientControlsERK7QVectorINS_11LdapControlEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation17setServerControlsERK7QVectorINS_11LdapControlEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation3addERKNS_10LdapObjectE at Base 15.07.90
- _ZN5KLDAP13LdapOperation3addERKNS_6LdapDNERK7QVectorINS0_5ModOpEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation3delERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP13LdapOperation4bindERK10QByteArrayPFiRNS0_16SASL_CredentialsEPvES6_ at Base 15.07.90
- _ZN5KLDAP13LdapOperation4exopERK7QStringRK10QByteArray at Base 15.07.90
- _ZN5KLDAP13LdapOperation5add_sERKNS_10LdapObjectE at Base 15.07.90
- _ZN5KLDAP13LdapOperation5add_sERKNS_6LdapDNERK7QVectorINS0_5ModOpEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation5del_sERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP13LdapOperation6bind_sEPFiRNS0_16SASL_CredentialsEPvES3_ at Base 15.07.90
- _ZN5KLDAP13LdapOperation6exop_sERK7QStringRK10QByteArray at Base 15.07.90
- _ZN5KLDAP13LdapOperation6modifyERKNS_6LdapDNERK7QVectorINS0_5ModOpEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation6renameERKNS_6LdapDNERK7QStringS6_b at Base 15.07.90
- _ZN5KLDAP13LdapOperation6searchERKNS_6LdapDNENS_7LdapUrl5ScopeERK7QStringRK11QStringList at Base 15.07.90
- _ZN5KLDAP13LdapOperation7abandonEi at Base 15.07.90
- _ZN5KLDAP13LdapOperation7compareERKNS_6LdapDNERK7QStringRK10QByteArray at Base 15.07.90
- _ZN5KLDAP13LdapOperation8modify_sERKNS_6LdapDNERK7QVectorINS0_5ModOpEE at Base 15.07.90
- _ZN5KLDAP13LdapOperation8rename_sERKNS_6LdapDNERK7QStringS6_b at Base 15.07.90
- _ZN5KLDAP13LdapOperation9compare_sERKNS_6LdapDNERK7QStringRK10QByteArray at Base 15.07.90
- _ZN5KLDAP13LdapOperationC1ERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP13LdapOperationC1Ev at Base 15.07.90
- _ZN5KLDAP13LdapOperationC2ERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP13LdapOperationC2Ev at Base 15.07.90
- _ZN5KLDAP13LdapOperationD0Ev at Base 15.07.90
- _ZN5KLDAP13LdapOperationD1Ev at Base 15.07.90
- _ZN5KLDAP13LdapOperationD2Ev at Base 15.07.90
- _ZN5KLDAP14LdapConnection11errorStringEi at Base 15.07.90
- _ZN5KLDAP14LdapConnection12setSizeLimitEi at Base 15.07.90
- _ZN5KLDAP14LdapConnection12setTimeLimitEi at Base 15.07.90
- _ZN5KLDAP14LdapConnection5closeEv at Base 15.07.90
- _ZN5KLDAP14LdapConnection6setUrlERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP14LdapConnection7connectEv at Base 15.07.90
- _ZN5KLDAP14LdapConnection9setOptionEiPv at Base 15.07.90
- _ZN5KLDAP14LdapConnection9setServerERKNS_10LdapServerE at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC1ERKNS_10LdapServerE at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC1ERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC1Ev at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC2ERKNS_10LdapServerE at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC2ERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP14LdapConnectionC2Ev at Base 15.07.90
- _ZN5KLDAP14LdapConnectionD0Ev at Base 15.07.90
- _ZN5KLDAP14LdapConnectionD1Ev at Base 15.07.90
- _ZN5KLDAP14LdapConnectionD2Ev at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget10setVersionEi at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11qt_metacastEPKc at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11setFeaturesE6QFlagsINS0_7WinFlagEE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11setPageSizeEi at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11setPasswordERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget11setSecurityENS0_8SecurityE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget12setSizeLimitEi at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget12setTimeLimitEi at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget15hostNameChangedERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget16staticMetaObjectE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget5setDnERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget6setUrlERKNS_7LdapUrlE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget7setAuthENS0_4AuthE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget7setHostERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget7setMechERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget7setPortEi at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget7setUserERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget8setRealmERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget9setBindDnERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget9setFilterERK7QString at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidget9setServerERKNS_10LdapServerE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetC1E6QFlagsINS0_7WinFlagEEP7QWidgetS1_IN2Qt10WindowTypeEE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetC2E6QFlagsINS0_7WinFlagEEP7QWidgetS1_IN2Qt10WindowTypeEE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetD0Ev at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetD1Ev at Base 15.07.90
- _ZN5KLDAP16LdapConfigWidgetD2Ev at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel10insertRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel10removeRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel11qt_metacastEPKc at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel16staticMetaObjectE at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel4sortEiN2Qt9SortOrderE at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModel7setDataERK11QModelIndexRK8QVarianti at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModelC1EP7QObject at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModelC2EP7QObject at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModelD0Ev at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModelD1Ev at Base 15.07.90
- _ZN5KLDAP23LdapAttributeProxyModelD2Ev at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel10insertRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel10removeRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel11qt_metacastEPKc at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel16staticMetaObjectE at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel4sortEiN2Qt9SortOrderE at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModel7setDataERK11QModelIndexRK8QVarianti at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModelC1EP7QObject at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModelC2EP7QObject at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModelD0Ev at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModelD1Ev at Base 15.07.90
- _ZN5KLDAP23LdapStructureProxyModelD2Ev at Base 15.07.90
- _ZN5KLDAP3Ber5scanfE7QStringz at Base 15.12.0
- _ZN5KLDAP3Ber6printfE7QStringz at Base 15.12.0
- _ZN5KLDAP3Ber7peekTagERi at Base 15.07.90
- _ZN5KLDAP3Ber7skipTagERi at Base 15.07.90
- _ZN5KLDAP3BerC1ERK10QByteArray at Base 15.07.90
- _ZN5KLDAP3BerC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP3BerC1Ev at Base 15.07.90
- _ZN5KLDAP3BerC2ERK10QByteArray at Base 15.07.90
- _ZN5KLDAP3BerC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP3BerC2Ev at Base 15.07.90
- _ZN5KLDAP3BerD0Ev at Base 15.07.90
- _ZN5KLDAP3BerD1Ev at Base 15.07.90
- _ZN5KLDAP3BerD2Ev at Base 15.07.90
- _ZN5KLDAP3BeraSERKS0_ at Base 15.07.90
- _ZN5KLDAP4Ldif11processLineEv at Base 15.07.90
- _ZN5KLDAP4Ldif12assembleLineERK7QStringRK10QByteArrayjb at Base 15.07.90
- _ZN5KLDAP4Ldif12assembleLineERK7QStringS3_jb at Base 15.07.90
- _ZN5KLDAP4Ldif12splitControlERK10QByteArrayR7QStringRbRS1_ at Base 15.07.90
- _ZN5KLDAP4Ldif12startParsingEv at Base 15.07.90
- _ZN5KLDAP4Ldif7endLdifEv at Base 15.07.90
- _ZN5KLDAP4Ldif7setLdifERK10QByteArray at Base 15.07.90
- _ZN5KLDAP4Ldif8nextItemEv at Base 15.07.90
- _ZN5KLDAP4Ldif9splitLineERK10QByteArrayR7QStringRS1_ at Base 15.07.90
- _ZN5KLDAP4LdifC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP4LdifC1Ev at Base 15.07.90
- _ZN5KLDAP4LdifC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP4LdifC2Ev at Base 15.07.90
- _ZN5KLDAP4LdifD0Ev at Base 15.07.90
- _ZN5KLDAP4LdifD1Ev at Base 15.07.90
- _ZN5KLDAP4LdifD2Ev at Base 15.07.90
- _ZN5KLDAP4LdifaSERKS0_ at Base 15.07.90
- _ZN5KLDAP6LdapDN5clearEv at Base 15.07.90
- _ZN5KLDAP6LdapDNC1ERK7QString at Base 15.07.90
- _ZN5KLDAP6LdapDNC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP6LdapDNC1Ev at Base 15.07.90
- _ZN5KLDAP6LdapDNC2ERK7QString at Base 15.07.90
- _ZN5KLDAP6LdapDNC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP6LdapDNC2Ev at Base 15.07.90
- _ZN5KLDAP6LdapDND1Ev at Base 15.07.90
- _ZN5KLDAP6LdapDND2Ev at Base 15.07.90
- _ZN5KLDAP6LdapDNaSERKS0_ at Base 15.07.90
- _ZN5KLDAP7LdapUrl10parseQueryEv at Base 15.07.90
- _ZN5KLDAP7LdapUrl11updateQueryEv at Base 15.07.90
- _ZN5KLDAP7LdapUrl12setExtensionERK7QStringRKNS0_9ExtensionE at Base 15.07.90
- _ZN5KLDAP7LdapUrl12setExtensionERK7QStringS3_b at Base 15.07.90
- _ZN5KLDAP7LdapUrl12setExtensionERK7QStringib at Base 15.07.90
- _ZN5KLDAP7LdapUrl13setAttributesERK11QStringList at Base 15.07.90
- _ZN5KLDAP7LdapUrl15removeExtensionERK7QString at Base 15.07.90
- _ZN5KLDAP7LdapUrl5setDnERKNS_6LdapDNE at Base 15.07.90
- _ZN5KLDAP7LdapUrl8setScopeENS0_5ScopeE at Base 15.07.90
- _ZN5KLDAP7LdapUrl9setFilterERK7QString at Base 15.07.90
- _ZN5KLDAP7LdapUrlC1ERK4QUrl at Base 15.07.90
- _ZN5KLDAP7LdapUrlC1ERKS0_ at Base 15.07.90
- _ZN5KLDAP7LdapUrlC1Ev at Base 15.07.90
- _ZN5KLDAP7LdapUrlC2ERK4QUrl at Base 15.07.90
- _ZN5KLDAP7LdapUrlC2ERKS0_ at Base 15.07.90
- _ZN5KLDAP7LdapUrlC2Ev at Base 15.07.90
- _ZN5KLDAP7LdapUrlD0Ev at Base 15.07.90
- _ZN5KLDAP7LdapUrlD1Ev at Base 15.07.90
- _ZN5KLDAP7LdapUrlD2Ev at Base 15.07.90
- _ZN5KLDAP7LdapUrlaSERKS0_ at Base 15.07.90
- _ZN5KLDAP9LdapModel10insertRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP9LdapModel10removeRowsEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP9LdapModel11qt_metacallEN11QMetaObject4CallEiPPv at Base 15.07.90
- _ZN5KLDAP9LdapModel11qt_metacastEPKc at Base 15.07.90
- _ZN5KLDAP9LdapModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex at Base 15.07.90
- _ZN5KLDAP9LdapModel13setConnectionERNS_14LdapConnectionE at Base 15.07.90
- _ZN5KLDAP9LdapModel16staticMetaObjectE at Base 15.07.90
- _ZN5KLDAP9LdapModel4sortEiN2Qt9SortOrderE at Base 15.07.90
- _ZN5KLDAP9LdapModel5readyEv at Base 15.07.90
- _ZN5KLDAP9LdapModel6revertEv at Base 15.07.90
- _ZN5KLDAP9LdapModel6submitEv at Base 15.07.90
- _ZN5KLDAP9LdapModel7setDataERK11QModelIndexRK8QVarianti at Base 15.07.90
- _ZN5KLDAP9LdapModel9fetchMoreERK11QModelIndex at Base 15.07.90
- _ZN5KLDAP9LdapModelC1EP7QObject at Base 15.07.90
- _ZN5KLDAP9LdapModelC1ERNS_14LdapConnectionEP7QObject at Base 15.07.90
- _ZN5KLDAP9LdapModelC2EP7QObject at Base 15.07.90
- _ZN5KLDAP9LdapModelC2ERNS_14LdapConnectionEP7QObject at Base 15.07.90
- _ZN5KLDAP9LdapModelD0Ev at Base 15.07.90
- _ZN5KLDAP9LdapModelD1Ev at Base 15.07.90
- _ZN5KLDAP9LdapModelD2Ev at Base 15.07.90
- _ZNK5KLDAP10LdapObject10attributesEv at Base 15.07.90
- _ZNK5KLDAP10LdapObject12hasAttributeERK7QString at Base 15.07.90
- _ZNK5KLDAP10LdapObject2dnEv at Base 15.07.90
- _ZNK5KLDAP10LdapObject5valueERK7QString at Base 15.07.90
- _ZNK5KLDAP10LdapObject6valuesERK7QString at Base 15.07.90
- _ZNK5KLDAP10LdapObject8toStringEv at Base 15.07.90
- _ZNK5KLDAP10LdapSearch10metaObjectEv at Base 15.07.90
- _ZNK5KLDAP10LdapSearch11errorStringEv at Base 15.07.90
- _ZNK5KLDAP10LdapSearch5errorEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer3urlEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer4authEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer4hostEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer4mechEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer4portEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer4userEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer5realmEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer5scopeEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer6baseDnEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer6bindDnEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer6filterEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer7timeoutEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer7versionEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer8pageSizeEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer8passwordEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer8securityEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer9sizeLimitEv at Base 15.07.90
- _ZNK5KLDAP10LdapServer9timeLimitEv at Base 15.07.90
- _ZNK5KLDAP11LdapControl16parsePageControlER10QByteArray at Base 15.07.90
- _ZNK5KLDAP11LdapControl3oidEv at Base 15.07.90
- _ZNK5KLDAP11LdapControl5valueEv at Base 15.07.90
- _ZNK5KLDAP11LdapControl8criticalEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation10serverCredEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation11extendedOidEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation12extendedDataEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation14clientControlsEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation14serverControlsEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation6objectEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation8controlsEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation9matchedDnEv at Base 15.07.90
- _ZNK5KLDAP13LdapOperation9referralsEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection10saslHandleEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection13ldapErrorCodeEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection15connectionErrorEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection15ldapErrorStringEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection15saslErrorStringEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection6handleEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection6serverEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection9getOptionEiPv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection9sizeLimitEv at Base 15.07.90
- _ZNK5KLDAP14LdapConnection9timeLimitEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget10metaObjectEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget2dnEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget3urlEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget4authEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget4hostEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget4mechEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget4portEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget4userEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget5realmEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget6bindDnEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget6filterEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget6serverEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget7versionEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget8featuresEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget8pageSizeEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget8passwordEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget8securityEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget9sizeLimitEv at Base 15.07.90
- _ZNK5KLDAP16LdapConfigWidget9timeLimitEv at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel10headerDataEiN2Qt11OrientationEi at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel10metaObjectEv at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel11columnCountERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel11hasChildrenERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel11mapToSourceERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel13mapFromSourceERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel16filterAcceptsRowEiRK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel20supportedDropActionsEv at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel4dataERK11QModelIndexi at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel5flagsERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapAttributeProxyModel8mimeDataERK5QListI11QModelIndexE at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel10headerDataEiN2Qt11OrientationEi at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel10metaObjectEv at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel11columnCountERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel11hasChildrenERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel11mapToSourceERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel13mapFromSourceERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel16filterAcceptsRowEiRK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel20supportedDropActionsEv at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel4dataERK11QModelIndexi at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel5flagsERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP23LdapStructureProxyModel8mimeDataERK5QListI11QModelIndexE at Base 15.07.90
- _ZNK5KLDAP3Ber7flattenEv at Base 15.07.90
- _ZNK5KLDAP4Ldif10isCriticalEv at Base 15.07.90
- _ZNK5KLDAP4Ldif10lineNumberEv at Base 15.07.90
- _ZNK5KLDAP4Ldif11newSuperiorEv at Base 15.07.90
- _ZNK5KLDAP4Ldif2dnEv at Base 15.07.90
- _ZNK5KLDAP4Ldif3oidEv at Base 15.07.90
- _ZNK5KLDAP4Ldif4attrEv at Base 15.07.90
- _ZNK5KLDAP4Ldif5isUrlEv at Base 15.07.90
- _ZNK5KLDAP4Ldif5valueEv at Base 15.07.90
- _ZNK5KLDAP4Ldif6newRdnEv at Base 15.07.90
- _ZNK5KLDAP4Ldif7modTypeEv at Base 15.07.90
- _ZNK5KLDAP4Ldif9delOldRdnEv at Base 15.07.90
- _ZNK5KLDAP4Ldif9entryTypeEv at Base 15.07.90
- _ZNK5KLDAP6LdapDN5depthEv at Base 15.07.90
- _ZNK5KLDAP6LdapDN7isEmptyEv at Base 15.07.90
- _ZNK5KLDAP6LdapDN7isValidEv at Base 15.07.90
- _ZNK5KLDAP6LdapDN8toStringEi at Base 15.07.90
- _ZNK5KLDAP6LdapDN8toStringEv at Base 15.07.90
- _ZNK5KLDAP6LdapDN9rdnStringEi at Base 15.07.90
- _ZNK5KLDAP6LdapDN9rdnStringEv at Base 15.07.90
- _ZNK5KLDAP6LdapDNeqERKS0_ at Base 15.07.90
- _ZNK5KLDAP6LdapDNneERKS0_ at Base 15.07.90
- _ZNK5KLDAP7LdapUrl10attributesEv at Base 15.07.90
- _ZNK5KLDAP7LdapUrl12hasExtensionERK7QString at Base 15.07.90
- _ZNK5KLDAP7LdapUrl2dnEv at Base 15.07.90
- _ZNK5KLDAP7LdapUrl5scopeEv at Base 15.07.90
- _ZNK5KLDAP7LdapUrl6filterEv at Base 15.07.90
- _ZNK5KLDAP7LdapUrl9extensionERK7QString at Base 15.07.90
- _ZNK5KLDAP7LdapUrl9extensionERK7QStringRb at Base 15.07.90
- _ZNK5KLDAP9LdapModel10headerDataEiN2Qt11OrientationEi at Base 15.07.90
- _ZNK5KLDAP9LdapModel10metaObjectEv at Base 15.07.90
- _ZNK5KLDAP9LdapModel11columnCountERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel11hasChildrenERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel12canFetchMoreERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel17hasChildrenOfTypeERK11QModelIndexNS0_12LdapDataTypeE at Base 15.07.90
- _ZNK5KLDAP9LdapModel20supportedDropActionsEv at Base 15.07.90
- _ZNK5KLDAP9LdapModel4dataERK11QModelIndexi at Base 15.07.90
- _ZNK5KLDAP9LdapModel5flagsERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel5indexEiiRK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel6parentERK11QModelIndex at Base 15.07.90
- _ZNK5KLDAP9LdapModel8mimeDataERK5QListI11QModelIndexE at Base 15.07.90
- _ZNK5KLDAP9LdapModel8rowCountERK11QModelIndex at Base 15.07.90
- _ZTI4QUrl at Base 15.07.90
- _ZTIN5KLDAP10LdapObjectE at Base 15.07.90
- _ZTIN5KLDAP10LdapSearchE at Base 15.07.90
- _ZTIN5KLDAP10LdapServerE at Base 15.07.90
- _ZTIN5KLDAP11LdapControlE at Base 15.07.90
- _ZTIN5KLDAP13LdapOperationE at Base 15.07.90
- _ZTIN5KLDAP14LdapConnectionE at Base 15.07.90
- _ZTIN5KLDAP16LdapConfigWidgetE at Base 15.07.90
- _ZTIN5KLDAP23LdapAttributeProxyModelE at Base 15.07.90
- _ZTIN5KLDAP23LdapStructureProxyModelE at Base 15.07.90
- _ZTIN5KLDAP3BerE at Base 15.07.90
- _ZTIN5KLDAP4LdifE at Base 15.07.90
- _ZTIN5KLDAP7LdapUrlE at Base 15.07.90
- _ZTIN5KLDAP9LdapModelE at Base 15.07.90
- _ZTS4QUrl at Base 15.07.90
- _ZTSN5KLDAP10LdapObjectE at Base 15.07.90
- _ZTSN5KLDAP10LdapSearchE at Base 15.07.90
- _ZTSN5KLDAP10LdapServerE at Base 15.07.90
- _ZTSN5KLDAP11LdapControlE at Base 15.07.90
- _ZTSN5KLDAP13LdapOperationE at Base 15.07.90
- _ZTSN5KLDAP14LdapConnectionE at Base 15.07.90
- _ZTSN5KLDAP16LdapConfigWidgetE at Base 15.07.90
- _ZTSN5KLDAP23LdapAttributeProxyModelE at Base 15.07.90
- _ZTSN5KLDAP23LdapStructureProxyModelE at Base 15.07.90
- _ZTSN5KLDAP3BerE at Base 15.07.90
- _ZTSN5KLDAP4LdifE at Base 15.07.90
- _ZTSN5KLDAP7LdapUrlE at Base 15.07.90
- _ZTSN5KLDAP9LdapModelE at Base 15.07.90
- _ZTVN5KLDAP10LdapObjectE at Base 15.07.90
- _ZTVN5KLDAP10LdapSearchE at Base 15.07.90
- _ZTVN5KLDAP10LdapServerE at Base 15.07.90
- _ZTVN5KLDAP11LdapControlE at Base 15.07.90
- _ZTVN5KLDAP13LdapOperationE at Base 15.07.90
- _ZTVN5KLDAP14LdapConnectionE at Base 15.07.90
- _ZTVN5KLDAP16LdapConfigWidgetE at Base 15.07.90
- _ZTVN5KLDAP23LdapAttributeProxyModelE at Base 15.07.90
- _ZTVN5KLDAP23LdapStructureProxyModelE at Base 15.07.90
- _ZTVN5KLDAP3BerE at Base 15.07.90
- _ZTVN5KLDAP4LdifE at Base 15.07.90
- _ZTVN5KLDAP7LdapUrlE at Base 15.07.90
- _ZTVN5KLDAP9LdapModelE at Base 15.07.90
- (c++)"non-virtual thunk to KLDAP::LdapConfigWidget::~LdapConfigWidget()@Base" 15.07.90


More information about the Neon-commits mailing list