Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / ViewerTools / ViewerTools_FontWidgetBase.cxx
index 598171467b4f93223143f7a96a43820faba20c2c..bf99b1156c2883552bd9ff0d68f364cf1aa36576 100644 (file)
@@ -102,7 +102,7 @@ void ViewerTools_FontWidgetBase::onColor()
 }
 
 void ViewerTools_FontWidgetBase::SetData( const QColor& theColor,
-                                          const int theFamily,
+                                          const int /*theFamily*/,
                                           const bool theBold,
                                           const bool theItalic,
                                           const bool theShadow )
@@ -115,7 +115,7 @@ void ViewerTools_FontWidgetBase::SetData( const QColor& theColor,
 }
 
 void ViewerTools_FontWidgetBase::GetData( QColor& theColor,
-                                          int& theFamily,
+                                          int& /*theFamily*/,
                                           bool& theBold,
                                           bool& theItalic,
                                           bool& theShadow ) const