remove unused method
This commit is contained in:
parent
27c9c859ef
commit
bde39854d3
@ -576,11 +576,6 @@ qreal AppletInterface::implicitHeight() const
|
||||
return readGraphicsObjectSizeHint("implicitHeight");
|
||||
}
|
||||
|
||||
void AppletInterface::debug(const QString &msg)
|
||||
{
|
||||
qDebug() << msg;
|
||||
}
|
||||
|
||||
void AppletInterface::setAssociatedApplication(const QString &string)
|
||||
{
|
||||
applet()->setAssociatedApplication(string);
|
||||
|
@ -193,8 +193,6 @@ public:
|
||||
Q_INVOKABLE QString file(const QString &fileType);
|
||||
Q_INVOKABLE QString file(const QString &fileType, const QString &filePath);
|
||||
|
||||
Q_INVOKABLE void debug(const QString &msg);
|
||||
|
||||
//FIXME-API: remove?
|
||||
Q_INVOKABLE QString downloadPath(const QString &file);
|
||||
Q_INVOKABLE QStringList downloadedFiles() const;
|
||||
|
Loading…
Reference in New Issue
Block a user