Add FileType singleton

This singleton is used to get the mimetype info for files as well as supported formats for Images and AnimatedImages
This commit is contained in:
Noah Davis
2021-01-03 13:38:14 -05:00
parent f232c40955
commit 50d8bd5b7e
4 changed files with 182 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ add_executable(neochat
sortfilterroomlistmodel.cpp
chatdocumenthandler.cpp
devicesmodel.cpp
filetypesingleton.cpp
../res.qrc
)