summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-03 02:21:50 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-03 02:21:50 +0200
commit3f18990c5ed8bb30b762b5520062dbda8f700c22 (patch)
tree208b01be6be9c473acef2cddeca6cf6ffd352a63 /src/mainwindow.cpp
parent- A better print slot (diff)
downloadrekonq-3f18990c5ed8bb30b762b5520062dbda8f700c22.tar.xz
Improved contextual menu following my ideas and Henry de Valence
suggestions.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp13
1 files changed, 0 insertions, 13 deletions
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())