mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: remove unused and private KTabBar methods
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d5d26f9b11
commit
e7ae8c8351
2 changed files with 0 additions and 16 deletions
|
@ -317,16 +317,4 @@ int KTabBar::selectTab( const QPoint &pos ) const
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPoint KTabBar::closeButtonPos( int tabIndex ) const
|
|
||||||
{
|
|
||||||
Q_UNUSED(tabIndex);
|
|
||||||
return QPoint();
|
|
||||||
}
|
|
||||||
|
|
||||||
QRect KTabBar::closeButtonRect( int tabIndex ) const
|
|
||||||
{
|
|
||||||
Q_UNUSED(tabIndex);
|
|
||||||
return QRect();
|
|
||||||
}
|
|
||||||
|
|
||||||
#include "moc_ktabbar.cpp"
|
#include "moc_ktabbar.cpp"
|
||||||
|
|
|
@ -113,10 +113,6 @@ class KDEUI_EXPORT KTabBar: public QTabBar //krazy:exclude=qclasses
|
||||||
protected:
|
protected:
|
||||||
virtual void tabLayoutChange();
|
virtual void tabLayoutChange();
|
||||||
|
|
||||||
private:
|
|
||||||
QPoint closeButtonPos( int tabIndex ) const;
|
|
||||||
QRect closeButtonRect( int tabIndex ) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class Private;
|
class Private;
|
||||||
Private* const d;
|
Private* const d;
|
||||||
|
|
Loading…
Add table
Reference in a new issue