diff options
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()) |