Source typo fix (includes file rename)

This commit is contained in:
luz.paz
2019-09-27 12:17:48 -04:00
committed by luz paz
parent d4e381d846
commit 044213d6ad
12 changed files with 14 additions and 18 deletions

View File

@@ -233,7 +233,7 @@ protected:
/// get called before the value is changed
virtual void onBeforeChange(const Property* /*prop*/){}
//void hasChanged(Propterty* prop);
//void hasChanged(Property* prop);
static const PropertyData * getPropertyDataPtr(void);
virtual const PropertyData& getPropertyData(void) const;

View File

@@ -285,7 +285,7 @@ set(Gui_MOC_HDRS
DlgMacroExecuteImp.h
DlgMacroRecordImp.h
DlgRunExternal.h
DlgEditFileIncludeProptertyExternal.h
DlgEditFileIncludePropertyExternal.h
DlgMaterialPropertiesImp.h
DlgOnlineHelpImp.h
DlgParameterImp.h
@@ -496,7 +496,7 @@ SET(Dialog_CPP_SRCS
DlgInputDialogImp.cpp
DlgMacroExecuteImp.cpp
DlgRunExternal.cpp
DlgEditFileIncludeProptertyExternal.cpp
DlgEditFileIncludePropertyExternal.cpp
DlgMacroRecordImp.cpp
DlgMaterialPropertiesImp.cpp
DlgParameterImp.cpp
@@ -532,7 +532,7 @@ SET(Dialog_HPP_SRCS
DlgInputDialogImp.h
DlgMacroExecuteImp.h
DlgRunExternal.h
DlgEditFileIncludeProptertyExternal.h
DlgEditFileIncludePropertyExternal.h
DlgMacroRecordImp.h
DlgMaterialPropertiesImp.h
DlgParameterImp.h
@@ -1349,4 +1349,3 @@ else(WIN32)
INSTALL(FILES Icons/freecad.xpm DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pixmaps)
INSTALL(FILES Icons/freecad-doc.svg DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/mimetypes RENAME application-x-extension-fcstd.svg)
endif(WIN32)

View File

@@ -28,7 +28,7 @@
#include "Application.h"
#include "MainWindow.h"
#include "DlgEditFileIncludeProptertyExternal.h"
#include "DlgEditFileIncludePropertyExternal.h"
#include "FileDialog.h"
@@ -82,5 +82,4 @@ int DlgEditFileIncludePropertyExternal::Do(void)
return ret;
}
#include "moc_DlgEditFileIncludeProptertyExternal.cpp"
#include "moc_DlgEditFileIncludePropertyExternal.cpp"

View File

@@ -39,7 +39,7 @@
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/SelectionFilter.h>
#include <Mod/Sketcher/App/SketchObjectSF.h>

View File

@@ -33,7 +33,7 @@
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/BitmapFactory.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Mod/Part/App/Geometry.h>
#include <Mod/Sketcher/App/SketchObject.h>
@@ -168,5 +168,3 @@ void CreateSketcherCommandsAlterGeo(void)
rcCmdMgr.addCommand(new CmdSketcherToggleConstruction());
}

View File

@@ -38,7 +38,7 @@
#include <Gui/SelectionFilter.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/Action.h>
#include <Gui/BitmapFactory.h>

View File

@@ -45,7 +45,7 @@
#include <Gui/Document.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/Selection.h>
#include <Gui/SelectionFilter.h>
#include <Mod/Sketcher/App/SketchObject.h>

View File

@@ -38,7 +38,7 @@
#include <Gui/Selection.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/Action.h>
#include <Gui/BitmapFactory.h>

View File

@@ -38,7 +38,7 @@
#include <Gui/Selection.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/Action.h>
#include <Gui/BitmapFactory.h>

View File

@@ -38,7 +38,7 @@
#include <Gui/Selection.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/Action.h>
#include <Gui/BitmapFactory.h>

View File

@@ -99,7 +99,7 @@
#include <Gui/MenuManager.h>
#include <Gui/View3DInventor.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/DlgEditFileIncludeProptertyExternal.h>
#include <Gui/DlgEditFileIncludePropertyExternal.h>
#include <Gui/SoFCBoundingBox.h>
#include <Gui/SoFCUnifiedSelection.h>
#include <Gui/Inventor/MarkerBitmaps.h>