Fix style of last commit.

This commit is contained in:
Thomas (nezza-_-) Roth 2017-12-06 17:34:35 +01:00 committed by Florian Märkl
parent a729568a51
commit 6752cd35e2

View File

@ -231,7 +231,8 @@ void NewFileDialog::dragEnterEvent(QDragEnterEvent *event)
void NewFileDialog::dropEvent(QDropEvent *event)
{
// Accept drag & drop events only if they provide a URL
if(event->mimeData()->urls().count() == 0) {
if(event->mimeData()->urls().count() == 0)
{
qWarning() << "No URL in drop event, ignoring it.";
return;
}