Commit 585356b8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - forgotten "," for windows.

parent 2df2be31
...@@ -970,7 +970,7 @@ void PLModel::popup( QModelIndex & index, QPoint &point, QModelIndexList list ) ...@@ -970,7 +970,7 @@ void PLModel::popup( QModelIndex & index, QPoint &point, QModelIndexList list )
} }
#ifdef WIN32 #ifdef WIN32
menu->addSeparator(); menu->addSeparator();
menu->addAction( qfu( I_POP_EXPLORE ), this SLOT( popupExplore() ) ); menu->addAction( qfu( I_POP_EXPLORE ), this, SLOT( popupExplore() ) );
#endif #endif
menu->popup( point ); menu->popup( point );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment