]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/draganddrophelper.cpp
Exclude m_terminalPanel references when built on Windows
[dolphin.git] / src / views / draganddrophelper.cpp
index 831a9d43e08be707514235df07fb87435b80cf4c..e944227df9f9859d01382041202b821145c842b0 100644 (file)
@@ -60,6 +60,6 @@ KIO::DropJob* DragAndDropHelper::dropUrls(const QUrl& destUrl, QDropEvent* event
         return job;
     }
 
-    return 0;
+    return nullptr;
 }