From d829c09e9d1794ac1c6761a6e75610e09dc3b14f Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sat, 5 Jan 2013 23:12:07 +0100 Subject: [PATCH] qt5: register AudioErrorCode meta type only once --- src/TomahawkApp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index 5e8c30583..c5b83cb69 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -477,8 +477,6 @@ TomahawkApp::registerMetaTypes() qRegisterMetaType< Tomahawk::DynamicPlaylistRevision >("Tomahawk::DynamicPlaylistRevision"); qRegisterMetaType< Tomahawk::QID >("Tomahawk::QID"); - qRegisterMetaType< AudioErrorCode >("AudioErrorCode"); - qRegisterMetaType< Tomahawk::InfoSystem::InfoStringHash >( "Tomahawk::InfoSystem::InfoStringHash" ); qRegisterMetaType< Tomahawk::InfoSystem::InfoType >( "Tomahawk::InfoSystem::InfoType" ); qRegisterMetaType< Tomahawk::InfoSystem::PushInfoFlags >( "Tomahawk::InfoSystem::PushInfoFlags" );