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:
luz.paz
2018-09-18 09:56:12 -04:00
committed by wmayer
parent 3e7079d9cd
commit 360e581672
15 changed files with 78 additions and 78 deletions

View File

@@ -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)