summaryrefslogtreecommitdiff
path: root/libqtaux/qcolordialog.cpp
Unidiff
Diffstat (limited to 'libqtaux/qcolordialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libqtaux/qcolordialog.cpp8
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 )
542 qWarning( "QColorDialog::customColor() index %d out of range", i ); 542 qWarning( "QColorDialog::customColor() index %d out of range", i );
543 #endif 543#endif
544 i = 0; 544 i = 0;
@@ -557,3 +557,3 @@ void QColorDialog::setCustomColor( int i, QRgb c )
557 qWarning( "QColorDialog::customColor() index %d out of range", i ); 557 qWarning( "QColorDialog::customColor() index %d out of range", i );
558 #endif 558#endif
559 return; 559 return;
@@ -1105,2 +1105,4 @@ void QColorShowLabel::mouseMoveEvent( QMouseEvent *e )
1105 } 1105 }
1106#else
1107 Q_UNUSED( e )
1106#endif 1108#endif
@@ -1631,2 +1633,2 @@ int QColorDialog::selectedAlpha() const
1631 1633
1632#include "qcolordialog.moc" \ No newline at end of file 1634#include "qcolordialog.moc"