X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fqg_graphicview.h;h=1f59598f82fe18351c740cceeaeaa25ad0cf2d67;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=7784ea977acfcd0289a60a4be526ef88bdd67f26;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/widgets/qg_graphicview.h b/src/widgets/qg_graphicview.h index 7784ea9..1f59598 100644 --- a/src/widgets/qg_graphicview.h +++ b/src/widgets/qg_graphicview.h @@ -9,13 +9,9 @@ class PaintInterface; class Preview; /** - * This is the Qt implementation of a widget which can view a - * graphic. - * - * Instances of this class can be linked to layer lists using - * addLayerListListener(). + * This is the Qt implementation of a widget which can view a drawing. */ -class QG_GraphicView: public QWidget, public GraphicView//, public Q3FilePreview +class QG_GraphicView: public QWidget, public GraphicView { Q_OBJECT