-rw-r--r-- | libqtaux/qcolordialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libqtaux/qcolordialog.cpp b/libqtaux/qcolordialog.cpp index ccef0ad..830fef6 100644 --- a/libqtaux/qcolordialog.cpp +++ b/libqtaux/qcolordialog.cpp @@ -1103,6 +1103,8 @@ void QColorShowLabel::mouseMoveEvent( QMouseEvent *e ) mousePressed = FALSE; drg->dragCopy(); } +#else + Q_UNUSED( e ) #endif } |