Settings for history of recent media files.

This commit is contained in:
brunoherbelin
2020-05-10 11:28:15 +02:00
parent 3a486599d0
commit 0e05dd16e1
7 changed files with 81 additions and 38 deletions

View File

@@ -36,8 +36,8 @@ public:
// manangement of sources
void createSourceMedia(std::string path);
// TODO: deleteSource();
void deleteSource(Source *s);
void deleteCurrentSource();
// operations on sources
void renameSource(Source *s, const std::string &newname);