Jean-Marc Lasgouttes wrote:
Andre Poenitz <[EMAIL PROTECTED]> writes:
What's the official policy wrt dynamic_cast<>?
We currently have
frontends/qt4/GuiView.cpp: GuiWorkArea * wa = dynamic_cast(d.tab_widget_->currentWidget());
So it looks like we a
On Mon, Oct 15, 2007 at 10:04:45PM +0200, Jean-Marc Lasgouttes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> > What's the official policy wrt dynamic_cast<>?
> >
> >
> > We currently have
> >
> > frontends/qt4/GuiView.cpp:
Andre Poenitz <[EMAIL PROTECTED]> writes:
> What's the official policy wrt dynamic_cast<>?
>
>
> We currently have
>
> frontends/qt4/GuiView.cpp: GuiWorkArea * wa =
> dynamic_cast(d.tab_widget_->currentWidget());
> So it looks like we a
What's the official policy wrt dynamic_cast<>?
We currently have
frontends/qt4/GuiView.cpp: GuiWorkArea * wa =
dynamic_cast(
frontends/qt4/GuiView.cpp: GuiWorkArea * wa =
dynamic_cast(d.tab_widget_->currentWidget());
frontends/q