TD: cleanup after #5457 [skip ci]
Fix header uniformity Fix grammar Fix trailing whitespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 *
|
* Copyright (c) 2002 Jürgen Riegel <juergen.riegel@web.de> *
|
||||||
* *
|
* *
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
* This file is part of the FreeCAD CAx development system. *
|
||||||
* *
|
* *
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2009 *
|
* Copyright (c) 2009 Jürgen Riegel <juergen.riegel@web.de> *
|
||||||
* *
|
* *
|
||||||
* This file is part of the FreeCAD CAx development system. *
|
* This file is part of the FreeCAD CAx development system. *
|
||||||
* *
|
* *
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ public:
|
|||||||
public:
|
public:
|
||||||
/// is called the TaskView when the dialog is opened
|
/// is called the TaskView when the dialog is opened
|
||||||
virtual void open();
|
virtual void open();
|
||||||
/// is called by the framework if an button is clicked which has no accept or reject role
|
/// is called by the framework if a button is clicked which has no accept or reject role
|
||||||
virtual void clicked(int);
|
virtual void clicked(int);
|
||||||
/// is called by the framework if the dialog is accepted (Ok)
|
/// is called by the framework if the dialog is accepted (Ok)
|
||||||
virtual bool accept();
|
virtual bool accept();
|
||||||
|
|||||||
Reference in New Issue
Block a user