Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KLDAP
Commits
8df3d682
Commit
8df3d682
authored
Mar 11, 2021
by
Laurent Montel
😁
Browse files
New try. Perhaps it's in last Qt 5.15 version
parent
b11cd8ca
Pipeline
#55056
skipped
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/core/ldapdn.cpp
View file @
8df3d682
...
@@ -46,7 +46,7 @@ bool LdapDN::LdapDNPrivate::isValidRDNString(const QString &rdn) const
...
@@ -46,7 +46,7 @@ bool LdapDN::LdapDNPrivate::isValidRDNString(const QString &rdn) const
}
}
return
true
;
return
true
;
}
}
#if QT_VERSION < QT_VERSION_CHECK(5, 15,
0
)
#if QT_VERSION < QT_VERSION_CHECK(5, 15,
2
)
const
QVector
<
QStringRef
>
components
=
rdn
.
splitRef
(
QLatin1Char
(
'='
));
const
QVector
<
QStringRef
>
components
=
rdn
.
splitRef
(
QLatin1Char
(
'='
));
#else
#else
// Split the rdn into the attribute name and value parts
// Split the rdn into the attribute name and value parts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment