mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kparts: remove compat method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2d12108e97
commit
f116c2dbb7
2 changed files with 0 additions and 13 deletions
|
@ -502,15 +502,6 @@ bool ReadOnlyPart::isProgressInfoEnabled() const
|
|||
return d->m_showProgressInfo;
|
||||
}
|
||||
|
||||
#ifndef KDE_NO_COMPAT
|
||||
void ReadOnlyPart::showProgressInfo( bool show )
|
||||
{
|
||||
Q_D(ReadOnlyPart);
|
||||
|
||||
d->m_showProgressInfo = show;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool ReadOnlyPart::openUrl( const KUrl &url )
|
||||
{
|
||||
Q_D(ReadOnlyPart);
|
||||
|
|
|
@ -510,10 +510,6 @@ public:
|
|||
*/
|
||||
bool isProgressInfoEnabled() const;
|
||||
|
||||
#ifndef KDE_NO_COMPAT
|
||||
void showProgressInfo( bool show );
|
||||
#endif
|
||||
|
||||
public Q_SLOTS:
|
||||
/**
|
||||
* Only reimplement openUrl if you don't want the network transparency support
|
||||
|
|
Loading…
Add table
Reference in a new issue