forked from qt-creator/qt-creator
C++: Add dumpers for common datatypes to simplify debugging.
Change-Id: I03f907dd0e8d9d63f0dfd38499c98296b5c7871a Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
#include <QFileInfo>
|
||||
#include <QAtomicInt>
|
||||
|
||||
// in debug mode: make dumpers widely available without an extra include
|
||||
#ifdef QT_DEBUG
|
||||
#include "Dumpers.h"
|
||||
#endif
|
||||
|
||||
namespace CPlusPlus {
|
||||
|
||||
class Macro;
|
||||
|
||||
Reference in New Issue
Block a user