qtmobility/src/contacts/qcontactabstractrequest.h
branchGCC_SURGE
changeset 17 6745d806c5ff
parent 15 1f895d8a5b2b
equal deleted inserted replaced
12:ce961d2c008b 17:6745d806c5ff
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
   108 
   108 
   109 private:
   109 private:
   110     QContactAbstractRequest(QObject* parent = 0) : QObject(parent), d_ptr(0) {}
   110     QContactAbstractRequest(QObject* parent = 0) : QObject(parent), d_ptr(0) {}
   111     Q_DISABLE_COPY(QContactAbstractRequest)
   111     Q_DISABLE_COPY(QContactAbstractRequest)
   112     friend class QContactManagerEngine;
   112     friend class QContactManagerEngine;
       
   113     friend class QContactAbstractRequestPrivate;
   113 };
   114 };
   114 
   115 
   115 QTM_END_NAMESPACE
   116 QTM_END_NAMESPACE
   116 
   117 
   117 #endif
   118 #endif