move keys related functions/classes to separate file

This commit is contained in:
Andrzej Rybczak
2012-09-05 13:03:42 +02:00
parent ec5f271f17
commit 95e2cfe6e1
9 changed files with 331 additions and 276 deletions

View File

@@ -14,6 +14,7 @@ ncmpcpp_SOURCES = \
global.cpp \
help.cpp \
helpers.cpp \
keys.cpp \
lastfm.cpp \
lastfm_service.cpp \
lyrics.cpp \
@@ -61,6 +62,7 @@ noinst_HEADERS = \
help.h \
helpers.h \
interfaces.h \
keys.h \
lastfm.h \
lastfm_service.h \
lyrics.h \