From b19f1410a9f0f0a0b6c9141fe399a98248eed594 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 7 Apr 2009 21:17:14 +0200 Subject: Fixed Webkit settings, removing tools actions (no use case in settings, for me) Private Browsing & Web Inspector. Fixed that actions in tools menu --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index dc01d990..c062e86b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -91,7 +91,7 @@ private slots: void slotFileOpen(); void slotFilePrintPreview(); void slotFilePrint(); - void slotPrivateBrowsing(); + void slotPrivateBrowsing(bool); void slotFileSaveAs(); void printRequested(QWebFrame *frame); -- cgit v1.2.1