sticker/*: rename source files, drop "Sticker" prefix

This commit is contained in:
Max Kellermann
2019-04-24 15:15:19 +02:00
parent 3fe7f27345
commit 5a3828ed4a
10 changed files with 10 additions and 10 deletions

View File

@@ -350,8 +350,8 @@ endif
if sqlite_dep.found()
sources += [
'src/command/StickerCommands.cxx',
'src/sticker/StickerDatabase.cxx',
'src/sticker/StickerPrint.cxx',
'src/sticker/Database.cxx',
'src/sticker/Print.cxx',
'src/sticker/SongSticker.cxx',
]
endif