diff examples/draganddrop/dropsite/droparea.d @ 21:e747af2e6b46

temporary(?) fix for dropsite example
author eldar
date Fri, 15 May 2009 02:09:27 +0000
parents d54443f1ce1e
children 49d696a4e5f3
line wrap: on
line diff
--- a/examples/draganddrop/dropsite/droparea.d	Thu May 14 19:52:54 2009 +0000
+++ b/examples/draganddrop/dropsite/droparea.d	Fri May 15 02:09:27 2009 +0000
@@ -77,7 +77,7 @@
 	{
 		setText(tr("<drop content>"));
 		setBackgroundRole(QPalette.Highlight);
-	
+
 		event.acceptProposedAction();
 		changed.emit(event.mimeData);
 	}