mirror of
https://github.com/YACReader/yacreader
synced 2026-01-01 05:43:19 -05:00
reduce the log messages with INFO level
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user