Commit 5b393923 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: missing qfu() (in commented out code)

parent d505bf17
...@@ -159,7 +159,7 @@ void ActionsManager::record() ...@@ -159,7 +159,7 @@ void ActionsManager::record()
char *psz = input_item_GetURI( p_item ); char *psz = input_item_GetURI( p_item );
if( psz ) if( psz )
THEDP->streamingDialog( NULL, psz, true ); THEDP->streamingDialog( NULL, qfu(psz), true );
} }
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment