rename ExecItem to RunnableItem and make use of variadic templates

This commit is contained in:
Andrzej Rybczak
2014-08-31 09:16:37 +02:00
parent 5d6d390f77
commit 966f3ef927
7 changed files with 22 additions and 16 deletions

View File

@@ -73,7 +73,6 @@ noinst_HEADERS = \
display.h \
enums.h \
error.h \
exec_item.h \
global.h \
help.h \
helpers.h \
@@ -91,6 +90,7 @@ noinst_HEADERS = \
playlist_editor.h \
proxy_song_list.h \
regex_filter.h \
runnable_item.h \
screen.h \
screen_switcher.h \
screen_type.h \