+ Code cleanup:
+ do not include header of itself + do not include unneeded header files + removed unneeded forward declarations + do not translate C string to get a QString + break too long lines + replace tabs with spaces + use virtual keyword on destructors
This commit is contained in:
@@ -27,9 +27,8 @@
|
||||
#endif
|
||||
|
||||
#include "ViewProviderSetGeometry.h"
|
||||
#include <Gui/Control.h>
|
||||
//#include <Gui/Control.h>
|
||||
|
||||
using namespace Gui;
|
||||
using namespace FemGui;
|
||||
|
||||
PROPERTY_SOURCE(FemGui::ViewProviderSetGeometry, Gui::ViewProviderGeometryObject)
|
||||
@@ -52,5 +51,4 @@ bool ViewProviderSetGeometry::setEdit(int ModNum)
|
||||
void ViewProviderSetGeometry::unsetEdit(int ModNum)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user