another assert

This commit is contained in:
Shaun Reich 2012-02-11 11:58:37 -05:00
parent 8526f0a0b6
commit 6ac2f22df8

View File

@ -122,6 +122,7 @@ void PlasmaKPart::initCorona()
PlasmaKPartCorona* PlasmaKPart::corona() const PlasmaKPartCorona* PlasmaKPart::corona() const
{ {
Q_ASSERT(m_corona);
return m_corona; return m_corona;
} }