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:
parent
1f5533a2f9
commit
e32d6c0adf
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user