mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kio: remove KBookmarkManager hack
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
43429280bd
commit
606a146a9e
1 changed files with 0 additions and 9 deletions
|
@ -337,15 +337,6 @@ private:
|
||||||
// consts added to avoid a copy-and-paste of internalDocument
|
// consts added to avoid a copy-and-paste of internalDocument
|
||||||
void parse() const;
|
void parse() const;
|
||||||
|
|
||||||
/**
|
|
||||||
* You need to pass a dbusObjectName as the second parameter
|
|
||||||
* In kde 3 managerForFile had the parameters (const QString &, bool)
|
|
||||||
* We want old calls which pass a bool as a second parameter to fail.
|
|
||||||
* Unfortunately C++ can convert a bool to a QString, via QString(char(bool))
|
|
||||||
* This private overloaded method prevents this, as it is a better match,
|
|
||||||
* and thus old calls fail at compile time.
|
|
||||||
*/
|
|
||||||
static KBookmarkManager* managerForFile( const QString&, int);
|
|
||||||
void init( const QString& dbusPath );
|
void init( const QString& dbusPath );
|
||||||
|
|
||||||
class Private;
|
class Private;
|
||||||
|
|
Loading…
Add table
Reference in a new issue