changeset 625:d597f77655fd

Commented out a debug output. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@884 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 29 Oct 2008 19:22:29 +0000
parents 81b871430bd6
children 16f7bc43fd1c
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Wed Oct 29 19:21:54 2008 +0000
+++ b/src/mainwindow.cpp	Wed Oct 29 19:22:29 2008 +0000
@@ -1382,7 +1382,7 @@
 */
 void MainWindow::showAboutDialog() {
 	QPixmap originalPixmap = QPixmap::grabWindow(QApplication::desktop()->screen()->winId());
-	qDebug("in main pixmap width %d, numScreens = %d", originalPixmap.size().width(), QApplication::desktop()->availableGeometry().width());
+	//qDebug("in main pixmap width %d, numScreens = %d", originalPixmap.size().width(), QApplication::desktop()->availableGeometry().width());
 	aboutDialogGraphicsView->setScreenshotPixmap( originalPixmap );
 	aboutDialogGraphicsView->show();
 }