Skip to content

Commit 779c4b9

Browse files
Fixed build warning for FloatingDragPreview.cpp
1 parent 056f04d commit 779c4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FloatingDragPreview.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ void CFloatingDragPreview::onApplicationStateChanged(Qt::ApplicationState state)
382382
//============================================================================
383383
bool CFloatingDragPreview::eventFilter(QObject *watched, QEvent *event)
384384
{
385+
Q_UNUSED(watched);
385386
if (event->type() == QEvent::KeyPress)
386387
{
387388
QKeyEvent* e = static_cast<QKeyEvent*>(event);

0 commit comments

Comments
 (0)