TechDraw: remove trailing whitespace
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||
<PythonExport
|
||||
Father="DocumentObjectExtensionPy"
|
||||
Name="CosmeticExtensionPy"
|
||||
Twin="CosmeticExtension"
|
||||
TwinPointer="CosmeticExtension"
|
||||
Include="Mod/TechDraw/App/CosmeticExtension.h"
|
||||
Namespace="TechDraw"
|
||||
FatherInclude="App/DocumentObjectExtensionPy.h"
|
||||
<PythonExport
|
||||
Father="DocumentObjectExtensionPy"
|
||||
Name="CosmeticExtensionPy"
|
||||
Twin="CosmeticExtension"
|
||||
TwinPointer="CosmeticExtension"
|
||||
Include="Mod/TechDraw/App/CosmeticExtension.h"
|
||||
Namespace="TechDraw"
|
||||
FatherInclude="App/DocumentObjectExtensionPy.h"
|
||||
FatherNamespace="App">
|
||||
<Documentation>
|
||||
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
|
||||
|
||||
@@ -138,7 +138,7 @@ public:
|
||||
|
||||
virtual void setStack(int z);
|
||||
virtual void setStackFromVP();
|
||||
|
||||
|
||||
static Gui::ViewProvider* getViewProvider(App::DocumentObject* obj);
|
||||
static ViewProviderPage* getViewProviderPage(TechDraw::DrawView* dView);
|
||||
static QGVPage* getQGVPage(TechDraw::DrawView* dView);
|
||||
|
||||
@@ -442,7 +442,7 @@ bool TaskSectionView::apply(bool forceUpdate)
|
||||
Gui::WaitCursor wc;
|
||||
if (m_dirName.empty()) {
|
||||
//this should never happen
|
||||
std::string msg =
|
||||
std::string msg =
|
||||
Base::Tools::toStdString(tr("Nothing to apply. No section direction picked yet"));
|
||||
Base::Console().Error((msg + "\n").c_str());
|
||||
return false;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
//based on a python widget from:
|
||||
//based on a python widget from:
|
||||
//https://github.com/tcalmant/demo-ipopo-qt/blob/master/pc/details/compass.py
|
||||
|
||||
#ifndef COMPASSDIALWIDGET_H
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
45,0,0,0,4.0
|
||||
*Diagonal5, 45 diagonal L, Solid, 4.0 mm separation
|
||||
-45,0,0,0,4.0
|
||||
*Square, square grid, Solid, 5.0 mm separation
|
||||
*Square, square grid, Solid, 5.0 mm separation
|
||||
90,1,1,0,5.0
|
||||
0,0,0,1,5.0
|
||||
*Horizontal5, horizontal lines, Solid 5.0 separation
|
||||
|
||||
Reference in New Issue
Block a user