Created simple gui for uploading a song and implemented the functionality. #1 and #2

This commit is contained in:
amazing-username
2019-03-23 21:17:24 -04:00
parent 99e35217eb
commit e81b4ecdb1
7 changed files with 90 additions and 37 deletions
+1
View File
@@ -51,6 +51,7 @@ set(SOURCES
set(HEADERS
src/Managers/FileManager.h
src/Models/Song.h
src/Models/UploadForm.h
src/Syncers/Download.h
src/Syncers/Upload.h
src/UI/CommonWindow.h