diff examples/draganddrop/dropsite/droparea.d @ 69:79d648fdee0f

small indentation correction
author mandel
date Wed, 20 May 2009 13:23:20 +0000
parents 49d696a4e5f3
children aeeaae4dd540
line wrap: on
line diff
--- a/examples/draganddrop/dropsite/droparea.d	Wed May 20 07:31:01 2009 +0000
+++ b/examples/draganddrop/dropsite/droparea.d	Wed May 20 13:23:20 2009 +0000
@@ -98,7 +98,7 @@
 		QMimeData mimeData = event.mimeData();
 
 		if (mimeData.hasImage()) {
-		setPixmap(new QPixmap(mimeData.imageData));
+			setPixmap(new QPixmap(mimeData.imageData));
 		} else if (mimeData.hasHtml()) {
 			setText(mimeData.html());
 			setTextFormat(Qt.RichText);