FreeCAD/src/Mod/Sandbox/App
maurerpe 3f3d8a95f5 Fix remaining toAscii/fromAscii
Qt5 does not have toAscii or fromAscii.  Use toLatin1 and fromLatin1
respectively.  Both replacement functions exist in Qt4.8.
2016-02-24 23:56:43 +01:00
..
AppSandbox.cpp + simplify porting of Sandbox module to Python3 2016-01-18 11:43:20 +01:00
CMakeLists.txt + harmonize XercesC cmake variables with official check 2015-07-28 14:17:49 +02:00
DocumentProtector.cpp App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly 2015-09-02 13:54:44 +02:00
DocumentProtector.h + fix linking error in Sandbox module 2015-09-02 14:08:43 +02:00
DocumentProtectorPy.cpp
DocumentProtectorPy.h
DocumentThread.cpp Fix remaining toAscii/fromAscii 2016-02-24 23:56:43 +01:00
DocumentThread.h + implement auto-save function for documents 2015-09-03 19:09:03 +02:00
PreCompiled.cpp
PreCompiled.h