iLand
Classes | Macros
helper.h File Reference
#include <QtCore>
#include <QtCore/QRect>
#include <QtCore/QString>
#include <limits>

Go to the source code of this file.

Classes

class  Helper
 Helper contains a bunch of (static) helper functions. More...
 
class  UpdateState
 UpdateState details missing. More...
 

Macros

#define QUIETDEBUG(x)   if (!Helper::quiet()) { qDebug() << x; }
 

Macro Definition Documentation

◆ QUIETDEBUG

#define QUIETDEBUG (   x)    if (!Helper::quiet()) { qDebug() << x; }