mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
added commands for adding/removing existing libraries
This commit is contained in:
@ -10,6 +10,8 @@ public:
|
||||
explicit ConsoleUILibraryCreator(QObject *parent = 0);
|
||||
void createLibrary(const QString & name, const QString & path);
|
||||
void updateLibrary(const QString & path);
|
||||
void addExistingLibrary(const QString & name, const QString & path);
|
||||
void removeLibrary(const QString & name);
|
||||
|
||||
private:
|
||||
uint numComicsProcessed;
|
||||
|
Reference in New Issue
Block a user