No need to set component data anymore, we set component name

This commit is contained in:
Martin T. H. Sandsmark 2016-07-24 21:58:16 +02:00
parent 95bdeea2d7
commit f2dc74fc19

View file

@ -367,10 +367,6 @@ m_cliPresentation(false), m_cliPrint(false), m_embedMode(detectEmbedMode(parentW
// create live connect extension (for integrating with browser scripting)
new OkularLiveConnectExtension( this );
// we need an instance
#pragma message("KF5 figure out if component data is needed here")
// setComponentData( componentData );
GuiUtils::addIconLoader( iconLoader() );
m_sidebar = new Sidebar( parentWidget );