Gui_Fixes
Last change
on this file since e03e9f was 35302b, checked in by Frederik Heber <heber@…>, 12 years ago |
Added many files from project Seismolo.
|
-
Property mode
set to
100644
|
File size:
378 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.