start PropertyQuantity and InputField

This commit is contained in:
jriegel
2013-09-22 21:23:25 +02:00
parent 3ee7b20927
commit 4732a800e9
9 changed files with 203 additions and 0 deletions

View File

@@ -28,6 +28,15 @@
#include "Quantity.h"
#include "Exception.h"
// suppress annoying warnings from generated source files
#ifdef _MSC_VER
# pragma warning(disable : 4003)
# pragma warning(disable : 4018)
# pragma warning(disable : 4065)
# pragma warning( disable : 4273 )
# pragma warning(disable : 4335) // disable MAC file format warning on VC
#endif
using namespace Base;
Quantity::Quantity()