Misc. typo and whitespace fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964 along with other misc. fixes
This commit is contained in:
@@ -725,7 +725,7 @@ typedef std::list<MeshObjectConstRef> MeshObjectConstRefList;
|
||||
typedef std::vector<MeshObjectConstRef> MeshObjectConstRefArray;
|
||||
}
|
||||
|
||||
struct MeshObject_greater : public std::binary_function<const Mesh::MeshObjectConstRef&,
|
||||
struct MeshObject_greater : public std::binary_function<const Mesh::MeshObjectConstRef&,
|
||||
const Mesh::MeshObjectConstRef&, bool>
|
||||
{
|
||||
bool operator()(const Mesh::MeshObjectConstRef& x,
|
||||
@@ -1033,7 +1033,7 @@ public:
|
||||
setAttribute(Qt::WA_NativeWindow);
|
||||
#endif
|
||||
}
|
||||
QPaintEngine *paintEngine() const {
|
||||
QPaintEngine *paintEngine() const {
|
||||
return 0;
|
||||
}
|
||||
protected:
|
||||
@@ -1427,8 +1427,8 @@ CmdTestGraphicsView::CmdTestGraphicsView()
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Standard-Test");
|
||||
sMenuText = QT_TR_NOOP("Create new graphics view");
|
||||
sToolTipText= QT_TR_NOOP("Creates a new view window for the active document");
|
||||
sStatusTip = QT_TR_NOOP("Creates a new view window for the active document");
|
||||
sToolTipText= QT_TR_NOOP("Creates a new view window for the active document");
|
||||
sStatusTip = QT_TR_NOOP("Creates a new view window for the active document");
|
||||
}
|
||||
|
||||
void CmdTestGraphicsView::activated(int)
|
||||
|
||||
Reference in New Issue
Block a user