extra ';'

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667451
This commit is contained in:
Pino Toscano 2007-05-22 21:05:42 +00:00
parent 09a03bdc95
commit f5230fcd1e
4 changed files with 4 additions and 4 deletions

View File

@ -72,4 +72,4 @@ LayoutItem *Layout::parent() const
return d->parent; return d->parent;
} }
}; }

View File

@ -59,4 +59,4 @@ qreal LayoutItem::widthForHeight(qreal h) const
return 0.0; return 0.0;
} }
}; }

View File

@ -191,4 +191,4 @@ QSizeF VBoxLayout::size() const
return geometry().size(); return geometry().size();
} }
}; }

View File

@ -69,6 +69,6 @@ class KDE_EXPORT VBoxLayout : public Layout
Private *const d; Private *const d;
}; };
}; }
#endif /* __V_BOX_LAYOUT__ */ #endif /* __V_BOX_LAYOUT__ */