diff options
Diffstat (limited to 'textedit.cpp')
-rw-r--r-- | textedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.cpp b/textedit.cpp index 9799992..3d08abb 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -565,7 +565,7 @@ void TextEdit::dropEvent(QDropEvent* event) foreach (QUrl tmp, event->mimeData()->urls()) { - qDebug() << "hallo" << tmp; + qDebug() << tmp; } //event->acceptProposedAction(); |