mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
fix #21 typo "defaut" instead of "default" in switch statement in RSGraphWidget (patch from Chozabu)
This commit is contained in:
parent
6b2ed2fb2d
commit
9897def2cc
@ -331,7 +331,7 @@ QSizeF RSGraphWidget::sizeHint(Qt::SizeHint which, const QSizeF &constraint) con
|
||||
|
||||
switch(which)
|
||||
{
|
||||
defaut:
|
||||
default:
|
||||
case Qt::MinimumSize:
|
||||
case Qt::PreferredSize:
|
||||
return QSizeF(70*FS,12*FS);
|
||||
|
Loading…
Reference in New Issue
Block a user