+ fix little translation issue
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5311 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
eac5828903
commit
5593d0515c
|
@ -44,6 +44,15 @@ using namespace Gui;
|
|||
using namespace DrawingGui;
|
||||
using namespace std;
|
||||
|
||||
|
||||
#if 0 // needed for Qt's lupdate utility
|
||||
qApp->translate("QObject", "Front");
|
||||
qApp->translate("QObject", "Back");
|
||||
qApp->translate("QObject", "Right");
|
||||
qApp->translate("QObject", "Left");
|
||||
qApp->translate("QObject", "Top");
|
||||
qApp->translate("QObject", "Bottom");
|
||||
#endif
|
||||
|
||||
int name_to_number(const QString& nme)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user