]> Shamusworld >> Repos - architektonas/blobdiff - src/generaltab.cpp
Fixed Arc to give continuous feedback like Line and Circle do.
[architektonas] / src / generaltab.cpp
index ebe36cb5d6aaf3909609e9611395557b17aba4b1..48a9ffdb5436fc7d86e742d21f7b4e8efba69d92 100644 (file)
@@ -5,11 +5,12 @@
 // (C) 2011 Underground Software
 // See the README and GPLv3 files for licensing and warranty information
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
 // JLH  06/04/2011  Created this file
+//
 
 #include "generaltab.h"
 
@@ -23,6 +24,7 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent)
        setLayout(layout);
 }
 
+
 GeneralTab::~GeneralTab()
 {
 }