1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Change QWeakPointer to QPointer to make it compile again

This commit is contained in:
Stefan Derkits 2013-01-08 13:24:11 +01:00
parent 1f5533a2f9
commit e32d6c0adf

View File

@ -461,8 +461,8 @@ Tomahawk::EchonestControl::updateWidgets()
m_matchString = "is";
m_matchData = 1;
m_match = QWeakPointer< QWidget >( match );
m_input = QWeakPointer< QWidget >( combo );
m_match = QPointer< QWidget >( match );
m_input = QPointer< QWidget >( combo );
} else {
m_match = QPointer<QWidget>( new QWidget );
m_input = QPointer<QWidget>( new QWidget );