~neon/hupnp/trunk

« back to all changes in this revision

Viewing changes to herqq/hupnp_av/src/connectionmanager/hconnectionmanager_adapter.cpp

  • Committer: tpenttinen
  • Date: 2012-12-01 18:09:33 UTC
  • Revision ID: svn-v4:449ae54e-399a-4901-96fb-eb01762da722:trunk:146
This should've been included in the previous commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
HConnectionManagerAdapter::HConnectionManagerAdapter(QObject* parent) :
220
220
    HClientServiceAdapter(*new HConnectionManagerAdapterPrivate(), parent)
221
221
{
222
 
    HAvDeviceModelInfoProvider infoProvider;
223
 
    setDeviceModelInfoProvider(infoProvider);
224
222
}
225
223
 
226
224
HConnectionManagerAdapter::~HConnectionManagerAdapter()