mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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;
|
||||
}
|
||||
|
||||
QObject* ExternalJsObject::speedDial()
|
||||
QObject* ExternalJsObject::speedDial() const
|
||||
{
|
||||
return m_onSpeedDial ? mApp->plugins()->speedDial() : 0;
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ public slots:
|
|||
void AddSearchProvider(const QString &engineUrl);
|
||||
int IsSearchProviderInstalled(const QString &engineURL);
|
||||
|
||||
QObject* speedDial();
|
||||
QObject* speedDial() const;
|
||||
|
||||
public:
|
||||
void setOnSpeedDial(bool on);
|
||||
|
|
Loading…
Reference in New Issue
Block a user