Skip to content

Commit

Permalink
A QFileInfo metatype is declared by default in Qt5 so don't do it our…
Browse files Browse the repository at this point in the history
…selves under Qt5.
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent 74420c4 commit ade8868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythservicecontracts/service.h
Expand Up @@ -71,6 +71,8 @@ class SERVICE_PUBLIC Service : public QObject
//
//////////////////////////////////////////////////////////////////////////////

#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
Q_DECLARE_METATYPE( QFileInfo )
#endif

#endif

0 comments on commit ade8868

Please sign in to comment.