diff -r 462d39502273 -r 11f9124c1cca mapeditor.h --- a/mapeditor.h Wed Jul 16 11:56:44 2008 +0000 +++ b/mapeditor.h Mon Aug 04 10:43:06 2008 +0000 @@ -28,12 +28,11 @@ public: void toggleStandardFlag(QString); - void updateSelection(); // update geometry of selection + void updateSelection(); // update geometry of selection AttributeTable* attributeTable(); - void testFunction1(); // just testing new stuff - void testFunction2(); // just testing new stuff - // set /mainwindo/showTestMenu=true... + void testFunction1(); // just testing new stuff + void testFunction2(); // just testing new stuff public slots: void editHeading(); @@ -60,7 +59,7 @@ private: QGraphicsScene *mapScene; - VymModel *model; // Vym Map, includding several mapCenters + VymModel *model; //!< Vym Map, includding several mapCenters bool adjustCanvasRequested; // collect requests until end of user event BranchObj *editingBO; // entering Text into BO