Skip to content

Commit

Permalink
Don't declare metatype for QFileInfo in Qt5; already done in Qt5.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 20, 2012
1 parent 7d3d9f6 commit 88d5348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythui/mythdialogbox.h
Expand Up @@ -365,6 +365,9 @@ MUI_PUBLIC MythConfirmationDialog *ShowOkPopup(const QString &message, QObject

Q_DECLARE_METATYPE(MythMenuItem*)
Q_DECLARE_METATYPE(const char*)

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

#endif

0 comments on commit 88d5348

Please sign in to comment.