Merge branch 'master' into 1.4

This commit is contained in:
Arin Alexander
2016-10-18 15:00:40 +03:00
35 changed files with 75 additions and 57 deletions

View File

@@ -44,6 +44,13 @@
namespace LimeReport {
#ifdef __GNUC__
#define VARIABLE_IS_NOT_USED __attribute__ ((unused))
#else
#define VARIABLE_IS_NOT_USED
#endif
namespace Const{
int const RESIZE_HANDLE_SIZE = 10;
int const SELECTION_PEN_SIZE = 4;