playlist: move sorting dialog related functions to separate file
This commit is contained in:
@@ -127,6 +127,8 @@ bool isVisible(BasicScreen *screen);
|
||||
template <typename WindowT> class Screen : public BasicScreen
|
||||
{
|
||||
public:
|
||||
typedef WindowT ScreenType;
|
||||
|
||||
Screen() : w(0) { }
|
||||
virtual ~Screen() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user