From kde-commits Tue Jun 30 22:09:05 2015 From: Jaroslaw Staniek Date: Tue, 30 Jun 2015 22:09:05 +0000 To: kde-commits Subject: [kdb] src: Extra dox - mistake Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=143570215511537 Git commit 10d27bb912e6a55b120b783a0f2a563e2e9218da by Jaroslaw Staniek. Committed on 30/06/2015 at 16:51. Pushed by staniek into branch 'master'. Extra dox - mistake M +0 -5 src/KDb.h http://commits.kde.org/kdb/10d27bb912e6a55b120b783a0f2a563e2e9218da diff --git a/src/KDb.h b/src/KDb.h index 952fb4a..275e461 100644 --- a/src/KDb.h +++ b/src/KDb.h @@ -331,11 +331,6 @@ KDB_EXPORT QString escapeIdentifierAndAddQuotes(const = QString& string); //! @overload QString escapeIdentifierAndAddQuotes(const QString&) KDB_EXPORT QByteArray escapeIdentifierAndAddQuotes(const QByteArray& strin= g); = -/*! @return escaped identifier string @a string using KDbSQL dialect, - i.e. doubles double quotes and inserts the string into double = quotes. - If the identifier does not contain double quote, @a string is returned. - Use it for user-visible backend-independent statements. */ - /*! @return escaped string @a string w using KDbSQL dialect, i.e. doubles single quotes ("'") and inserts the string into s= ingle quotes. Quotes "'" are prepended and appended.