We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056f04d commit 779c4b9Copy full SHA for 779c4b9
src/FloatingDragPreview.cpp
@@ -382,6 +382,7 @@ void CFloatingDragPreview::onApplicationStateChanged(Qt::ApplicationState state)
382
//============================================================================
383
bool CFloatingDragPreview::eventFilter(QObject *watched, QEvent *event)
384
{
385
+ Q_UNUSED(watched);
386
if (event->type() == QEvent::KeyPress)
387
388
QKeyEvent* e = static_cast<QKeyEvent*>(event);
0 commit comments