CCIMXDesktop
 
Loading...
Searching...
No Matches
ConnectorEnumType.h
1#ifndef CONNECTORENUMTYPE_H
2#define CONNECTORENUMTYPE_H
3#include <qnamespace.h>
4enum ContactRoles {
5 RoleAvatar = Qt::UserRole + 1,
6 RoleName,
7 RoleStatus,
8};
9
10#endif // CONNECTORENUMTYPE_H