Skip to content

Commit

Permalink
dxva: remove moc code
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 7, 2016
1 parent 075e3cc commit 0afe917
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/codec/video/VideoDecoderDXVA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ MS_GUID(IID_IDirectXVideoAccelerationService, 0xfc51a550, 0xd5e7, 0x11d9, 0xaf,0
class VideoDecoderDXVAPrivate;
class VideoDecoderDXVA : public VideoDecoderD3D
{
Q_OBJECT
DPTR_DECLARE_PRIVATE(VideoDecoderDXVA)
public:
VideoDecoderDXVA();
Expand Down Expand Up @@ -449,4 +448,3 @@ bool VideoDecoderDXVAPrivate::setupSurfaceInterop()
return true;
}
} //namespace QtAV
#include "VideoDecoderDXVA.moc"

0 comments on commit 0afe917

Please sign in to comment.