rename ExecItem to RunnableItem and make use of variadic templates
This commit is contained in:
@@ -110,7 +110,7 @@ std::wstring SortPlaylistDialog::title()
|
||||
|
||||
void SortPlaylistDialog::enterPressed()
|
||||
{
|
||||
w.current().value().exec()();
|
||||
w.current().value().run();
|
||||
}
|
||||
|
||||
void SortPlaylistDialog::mouseButtonPressed(MEVENT me)
|
||||
|
||||
Reference in New Issue
Block a user