mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
kget: remove stub org.kde.kget.main interface method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
361f39506a
commit
211125c566
3 changed files with 0 additions and 10 deletions
|
@ -146,12 +146,6 @@ void DBusKGetWrapper::slotTransfersRemoved(const QList<TransferHandler*> &transf
|
||||||
emit transfersRemoved(urls, objectPaths);
|
emit transfersRemoved(urls, objectPaths);
|
||||||
}
|
}
|
||||||
|
|
||||||
int DBusKGetWrapper::transfersSpeed() const
|
|
||||||
{
|
|
||||||
return 0;//FIXME
|
|
||||||
//return m_dbusModelObserver->transfersSpeed();
|
|
||||||
}
|
|
||||||
|
|
||||||
void DBusKGetWrapper::importLinks(const QList <QString> &links)
|
void DBusKGetWrapper::importLinks(const QList <QString> &links)
|
||||||
{
|
{
|
||||||
KGetLinkView *link_view = new KGetLinkView(m_mainWindow);
|
KGetLinkView *link_view = new KGetLinkView(m_mainWindow);
|
||||||
|
|
|
@ -45,7 +45,6 @@ class DBusKGetWrapper : public QObject
|
||||||
void setOfflineMode(bool online);
|
void setOfflineMode(bool online);
|
||||||
bool offlineMode() const;
|
bool offlineMode() const;
|
||||||
QVariantMap transfers() const;
|
QVariantMap transfers() const;
|
||||||
int transfersSpeed() const;
|
|
||||||
void importLinks(const QList <QString> &links);
|
void importLinks(const QList <QString> &links);
|
||||||
bool isSupported(const QString &url) const;
|
bool isSupported(const QString &url) const;
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,6 @@
|
||||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
|
||||||
<arg name="out" type="a{ss}" direction="out"/>
|
<arg name="out" type="a{ss}" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
<method name="transfersSpeed">
|
|
||||||
<arg type="i" direction="out"/>
|
|
||||||
</method>
|
|
||||||
<method name="importLinks">
|
<method name="importLinks">
|
||||||
<arg name="links" type="as" direction="in" />
|
<arg name="links" type="as" direction="in" />
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Add table
Reference in a new issue