From 3f18990c5ed8bb30b762b5520062dbda8f700c22 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 3 Sep 2009 02:21:50 +0200 Subject: Improved contextual menu following my ideas and Henry de Valence suggestions. --- src/mainwindow.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 40ecfb81..31a47033 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -561,19 +561,6 @@ void MainWindow::slotFileOpen() } -// void MainWindow::slotFilePrintPreview() -// { -// if (!currentTab()) -// return; -// -// QPrinter printer; -// QPrintPreviewDialog previewdlg(&printer, this); -// connect(&previewdlg, SIGNAL(paintRequested(QPrinter *)), -// currentTab(), SLOT(print(QPrinter *))); -// previewdlg.exec(); -// } - - void MainWindow::printRequested(QWebFrame *frame) { if (!currentTab()) -- cgit v1.2.1