fix #21 typo "defaut" instead of "default" in switch statement in RSGraphWidget (patch from Chozabu)

This commit is contained in:
electron128 2015-07-30 11:19:51 +02:00 committed by cave beat
parent 6b2ed2fb2d
commit 9897def2cc

View file

@ -331,7 +331,7 @@ QSizeF RSGraphWidget::sizeHint(Qt::SizeHint which, const QSizeF &constraint) con
switch(which) switch(which)
{ {
defaut: default:
case Qt::MinimumSize: case Qt::MinimumSize:
case Qt::PreferredSize: case Qt::PreferredSize:
return QSizeF(70*FS,12*FS); return QSizeF(70*FS,12*FS);