mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue