Macros
yourpayprocessor.cpp File Reference
#include <QFileInfo>
#include <QSqlError>
#include <currcluster.h>
#include "guiclient.h"
#include "yourpayprocessor.h"

Macros

#define CREATECHILDTEXTNODE(Parent, ChildName, Content)
 
#define DEBUG   false
 

Macro Definition Documentation

#define CREATECHILDTEXTNODE (   Parent,
  ChildName,
  Content 
)
Value:
{ \
QDomElement Child = Parent.ownerDocument().createElement(ChildName); \
Child.appendChild(Parent.ownerDocument().createTextNode(Content)); \
Parent.appendChild(Child); \
}
#define DEBUG   false

Generated on Fri Oct 7 2016 14:23:27 xTuple ERP Programmer Reference, Version 4.2.0 doxygen 1.8.10