Candidate_v1.7.0
        stable
      
      
        
          | Last change
 on this file since e9f307 was             9eb71b3, checked in by Frederik Heber <frederik.heber@…>, 8 years ago | 
        
          | 
Commented out MemDebug include and Memory::ignore.
 MemDebug clashes with various allocation operators that use a specific
placement in memory. It is so far not possible to wrap new/delete fully.
Hence, we stop this effort which so far has forced us to put ever more
includes (with clashes) into MemDebug and thereby bloat compilation time.
MemDebug does not add that much usefulness which is not also provided by
valgrind.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            380 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* | 
|---|
| 2 | * QListWidgetCurveItem.cpp | 
|---|
| 3 | * | 
|---|
| 4 | *  Created on: Jan 30, 2011 | 
|---|
| 5 | *      Author: landvogt | 
|---|
| 6 | */ | 
|---|
| 7 |  | 
|---|
| 8 | // include config.h | 
|---|
| 9 | #ifdef HAVE_CONFIG_H | 
|---|
| 10 | #include <config.h> | 
|---|
| 11 | #endif | 
|---|
| 12 |  | 
|---|
| 13 | #include "QListWidgetCurveItem.hpp" | 
|---|
| 14 |  | 
|---|
| 15 | // have this after(!) all Qt includes | 
|---|
| 16 | //#include "CodePatterns/MemDebug.hpp" | 
|---|
| 17 |  | 
|---|
| 18 |  | 
|---|
| 19 | QListWidgetCurveItem::QListWidgetCurveItem() | 
|---|
| 20 | { | 
|---|
| 21 |  | 
|---|
| 22 | } | 
|---|
| 23 |  | 
|---|
| 24 | QListWidgetCurveItem::~QListWidgetCurveItem() | 
|---|
| 25 | { | 
|---|
| 26 |  | 
|---|
| 27 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.