reduce the log messages with INFO level

This commit is contained in:
Luis Ángel San Martín
2016-03-15 20:55:00 +01:00
parent 5f24e4cec9
commit fafd573b6a
13 changed files with 22 additions and 25 deletions

View File

@ -21,7 +21,7 @@ void ComicsView::dragEnterEvent(QDragEnterEvent *event)
event->acceptProposedAction();
else
{
QLOG_INFO() << "dragEnterEvent";
QLOG_TRACE() << "dragEnterEvent";
QList<QUrl> urlList;
if (event->mimeData()->hasUrls() && event->dropAction() == Qt::CopyAction)