diff options
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index ef8a502b..8d9afefc 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -115,6 +115,9 @@ private Q_SLOTS: void populateUserAgentMenu(); void setEditable(bool); + // Settings Menu slot + void preferences(); + Q_SIGNALS: void titleChanged(QString); |