mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove now unused and internal QFontMetrics::width()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
37d6f3f2b4
commit
676b475143
2 changed files with 0 additions and 9 deletions
|
@ -512,14 +512,6 @@ int QFontMetrics::rightBearing(QChar ch) const
|
|||
\sa boundingRect()
|
||||
*/
|
||||
int QFontMetrics::width(const QString &text, int len) const
|
||||
{
|
||||
return width(text, len, 0);
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
*/
|
||||
int QFontMetrics::width(const QString &text, int len, int flags) const
|
||||
{
|
||||
int pos = text.indexOf(QLatin1Char('\x9c'));
|
||||
if (pos != -1) {
|
||||
|
|
|
@ -75,7 +75,6 @@ public:
|
|||
int leftBearing(QChar) const;
|
||||
int rightBearing(QChar) const;
|
||||
int width(const QString &, int len = -1) const;
|
||||
int width(const QString &, int len, int flags) const;
|
||||
|
||||
int width(QChar) const;
|
||||
int charWidth(const QString &str, int pos) const;
|
||||
|
|
Loading…
Add table
Reference in a new issue