mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
changed parent from 0 to nullptr in QmlPluginInterface::showSettings
This commit is contained in:
parent
9f6bd308cc
commit
501f3137ce
|
@ -54,7 +54,7 @@ public:
|
|||
void setEngine(QQmlEngine *engine);
|
||||
void setName(const QString &name);
|
||||
void populateWebViewMenu(QMenu *menu, WebView *webview, const WebHitTestResult &webHitTestResult) override;
|
||||
void showSettings(QWidget *parent = 0);
|
||||
void showSettings(QWidget *parent = nullptr);
|
||||
|
||||
bool mouseDoubleClick(Qz::ObjectName type, QObject *obj, QMouseEvent *event) override;
|
||||
bool mousePress(Qz::ObjectName type, QObject *obj, QMouseEvent *event) override;
|
||||
|
|
Loading…
Reference in New Issue
Block a user