Changeset 4923
- Timestamp:
- 05/18/07 21:21:46 (19 months ago)
- Location:
- branches/qt-gui_qt4/src/contactlist
- Files:
-
- 1 added
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
contactitem.cpp (added)
-
contactitem.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/contactlist/CMakeLists.txt
r4917 r4923 3 3 contactbar.cpp 4 4 contactgroup.cpp 5 contactitem.cpp 5 6 contactlist.cpp 6 7 contactlistproxy.cpp -
branches/qt-gui_qt4/src/contactlist/contactitem.h
r4917 r4923 22 22 #define CONTACTITEM_H 23 23 24 #include <QtCore/QObject> 24 25 #include <QtCore/QVariant> 25 26 26 #include "contactitem.h"27 27 #include "contactlist.h" 28 28 … … 42 42 * Constructor 43 43 */ 44 CContactItem(CContactList::ItemType type) 45 : m_itemType(type) 46 { } 44 CContactItem(CContactList::ItemType type); 47 45 48 46 /**
