summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/dropsite/dropsitewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/dropsite/dropsitewindow.cpp')
-rw-r--r--examples/draganddrop/dropsite/dropsitewindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/draganddrop/dropsite/dropsitewindow.cpp b/examples/draganddrop/dropsite/dropsitewindow.cpp
index 7187b9c..93c04de 100644
--- a/examples/draganddrop/dropsite/dropsitewindow.cpp
+++ b/examples/draganddrop/dropsite/dropsitewindow.cpp
@@ -56,8 +56,8 @@ DropSiteWindow::DropSiteWindow()
//! [constructor part2]
dropArea = new DropArea;
- connect(dropArea, SIGNAL(changed(const QMimeData *)),
- this, SLOT(updateFormatsTable(const QMimeData *)));
+ connect(dropArea, SIGNAL(changed(const QMimeData*)),
+ this, SLOT(updateFormatsTable(const QMimeData*)));
//! [constructor part2]
//! [constructor part3]