diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-03 02:21:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-03 02:21:50 +0200 |
commit | 3f18990c5ed8bb30b762b5520062dbda8f700c22 (patch) | |
tree | 208b01be6be9c473acef2cddeca6cf6ffd352a63 /src/mainwindow.cpp | |
parent | - A better print slot (diff) | |
download | rekonq-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.cpp | 13 |
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()) |