Changeset 4923

Show
Ignore:
Timestamp:
05/18/07 21:21:46 (19 months ago)
Author:
flynd
Message:

Added contactitem.cpp to get symbols from contactitem.moc.

Location:
branches/qt-gui_qt4/src/contactlist
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/contactlist/CMakeLists.txt

    r4917 r4923  
    33  contactbar.cpp 
    44  contactgroup.cpp 
     5  contactitem.cpp 
    56  contactlist.cpp 
    67  contactlistproxy.cpp 
  • branches/qt-gui_qt4/src/contactlist/contactitem.h

    r4917 r4923  
    2222#define CONTACTITEM_H 
    2323 
     24#include <QtCore/QObject> 
    2425#include <QtCore/QVariant> 
    2526 
    26 #include "contactitem.h" 
    2727#include "contactlist.h" 
    2828 
     
    4242   * Constructor 
    4343   */ 
    44   CContactItem(CContactList::ItemType type) 
    45     : m_itemType(type) 
    46   { } 
     44  CContactItem(CContactList::ItemType type); 
    4745 
    4846  /**