Comment 17 for bug 1327614

Revision history for this message
Lee Matos (lbot) wrote :

Hey Daniel,

Somehow I missed this comment and ended up coming to the conclusion that this line was the problem. I'm not sure how to pipe to figure out the null pointer. I assume I'm redefining m_pConfig which is leading the the skin path config option not being properly set.

I tried to just deference m_pConfig but that threw an error. It's strange because I can get the resource path from m_pConfig (qDebug() << m_pConfig->getResourcePath()) in debug output inside of that function.

I'm also a little confused about m_pConfig, pConfig and the m_ prefixes in mixxx. Can you share some insight? Earlier you mentioned "IMHO this piping is not a performance issue at all." were you talking about the inheritance of getIcon?