[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Jul 15 04:36:18 CEST 2004
CVS commit by staikos:
no need, that's what virtual functions do
M +0 -10 ksttoplevelview.cpp 1.61
M +0 -2 ksttoplevelview.h 1.36
--- kdeextragear-2/kst/kst/ksttoplevelview.cpp #1.60:1.61
@@ -107,14 +107,4 @@ void KstTopLevelView::resize(const QSize
-void KstTopLevelView::resizeForPrint(const QSize& size) {
- KstViewObject::resizeForPrint(size);
-}
-
-
-void KstTopLevelView::revertForPrint() {
- KstViewObject::revertForPrint();
-}
-
-
void KstTopLevelView::paint(KstPaintType type, bool erase) {
QPainter p;
--- kdeextragear-2/kst/kst/ksttoplevelview.h #1.35:1.36
@@ -45,6 +45,4 @@ class KstTopLevelView : public KstViewOb
virtual void resize(const QSize& size);
- virtual void resizeForPrint(const QSize& size);
- virtual void revertForPrint();
virtual void paint(KstPaintType type, QPainter& p);
More information about the Kst
mailing list