-rw-r--r-- | libqtaux/qcolordialog.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libqtaux/qcolordialog.cpp b/libqtaux/qcolordialog.cpp index ccef0ad..830fef6 100644 --- a/libqtaux/qcolordialog.cpp +++ b/libqtaux/qcolordialog.cpp @@ -542,3 +542,3 @@ QRgb QColorDialog::customColor( int i ) qWarning( "QColorDialog::customColor() index %d out of range", i ); -#endif +#endif i = 0; @@ -557,3 +557,3 @@ void QColorDialog::setCustomColor( int i, QRgb c ) qWarning( "QColorDialog::customColor() index %d out of range", i ); -#endif +#endif return; @@ -1105,2 +1105,4 @@ void QColorShowLabel::mouseMoveEvent( QMouseEvent *e ) } +#else + Q_UNUSED( e ) #endif @@ -1631,2 +1633,2 @@ int QColorDialog::selectedAlpha() const -#include "qcolordialog.moc"
\ No newline at end of file +#include "qcolordialog.moc" |