]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/cadtoolbarpolylines.cpp
Initial phase of adding polyline functionality. DOES NOT COMPILE.
[architektonas] / src / forms / cadtoolbarpolylines.cpp
index 1ea4636af9d207ab828854d428a3f3ab97bd66bf..5593b46e32b594a2b63c8bf26a06dcd4afbd4c91 100644 (file)
@@ -3,7 +3,9 @@
 // Part of the Architektonas Project
 // Originally part of QCad Community Edition by Andrew Mustun
 // Extensively rewritten and refactored by James L. Hammons
-// (C) 2010 Underground Software
+// Portions copyright (C) 2001-2003 RibbonSoft
+// Copyright (C) 2010 Underground Software
+// See the README and GPLv2 files for licensing and warranty information
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
@@ -28,8 +30,7 @@ CadToolBarPolylines::CadToolBarPolylines(CadToolBar * parent, Qt::WindowFlags fl
 
        gridLayout->addWidget(parent->CreateToolButton(actionDrawPolyline), 1, 0, 1, 1);
        gridLayout->addWidget(parent->CreateToolButton(actionPolylineAdd), 1, 1, 1, 1);
-#warning "!!! Missing actionPolylineAppend !!!"
-//     gridLayout->addWidget(parent->CreateToolButton(actionPolylineAppend), 2, 0, 1, 1);
+       gridLayout->addWidget(parent->CreateToolButton(actionPolylineAppend), 2, 0, 1, 1);
        gridLayout->addWidget(parent->CreateToolButton(actionPolylineDel), 2, 1, 1, 1);
        gridLayout->addWidget(parent->CreateToolButton(actionPolylineDelBetween), 3, 0, 1, 1);
        gridLayout->addWidget(parent->CreateToolButton(actionPolylineTrim), 3, 1, 1, 1);