mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Silence one cppcheck warning
This commit is contained in:
parent
7ff53e645a
commit
b4fc38d5ef
@ -38,7 +38,7 @@ int ExternalJsObject::IsSearchProviderInstalled(const QString &engineURL)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QObject* ExternalJsObject::speedDial()
|
QObject* ExternalJsObject::speedDial() const
|
||||||
{
|
{
|
||||||
return m_onSpeedDial ? mApp->plugins()->speedDial() : 0;
|
return m_onSpeedDial ? mApp->plugins()->speedDial() : 0;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ public slots:
|
|||||||
void AddSearchProvider(const QString &engineUrl);
|
void AddSearchProvider(const QString &engineUrl);
|
||||||
int IsSearchProviderInstalled(const QString &engineURL);
|
int IsSearchProviderInstalled(const QString &engineURL);
|
||||||
|
|
||||||
QObject* speedDial();
|
QObject* speedDial() const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void setOnSpeedDial(bool on);
|
void setOnSpeedDial(bool on);
|
||||||
|
Loading…
Reference in New Issue
Block a user