Qt 4.8
Macros | Functions
qdatetimeedit.cpp File Reference
#include <math.h>
#include <private/qdatetimeedit_p.h>
#include <qabstractspinbox.h>
#include <qapplication.h>
#include <qdatetimeedit.h>
#include <qdesktopwidget.h>
#include <qdebug.h>
#include <qevent.h>
#include <qlineedit.h>
#include <private/qlineedit_p.h>
#include <qlocale.h>
#include <qpainter.h>
#include <qlayout.h>
#include <qset.h>
#include <qstyle.h>
#include "moc_qdatetimeedit.cpp"

Go to the source code of this file.

Macros

#define QDTEDEBUG   if (false) qDebug()
 
#define QDTEDEBUGN   if (false) qDebug
 

Functions

template<typename C >
static C reverse (const C &l)
 

Macro Definition Documentation

◆ QDTEDEBUG

#define QDTEDEBUG   if (false) qDebug()

◆ QDTEDEBUGN

#define QDTEDEBUGN   if (false) qDebug

Definition at line 66 of file qdatetimeedit.cpp.

Function Documentation

◆ reverse()

template<typename C >
static C reverse ( const C &  l)
inlinestatic