Source typo fix (includes file rename)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
@@ -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>
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user