mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
changelog updated
removed unused methods
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
6.2
|
||||
Nueva ventana de "bienvenida"
|
||||
Nueva ventana de importar/actualizar
|
||||
Nuevo input de entrada para la b<>squeda.
|
||||
Nuevo control para la b<>squeda
|
||||
|
||||
Nueva imagen para las marcas de c<>mics le<6C>dos (s<>lo en OpenGL)
|
||||
Cambiada la distribuci<63>n de algunos iconos
|
||||
Cambiado el modo de eliminar la metainformaci<63>n (borrar base de datos/portadas de disco)
|
||||
Ocultadas las opciones avanzadas de configuraci<63>n de YACReader Flow, accesibles ahora tras pulsar un bot<6F>n (di<64>logos de configuraci<63>n m<>s simples)
|
||||
|
||||
6.0.1 (No p<>blica)
|
||||
Corregido bug al usar las teclas Inicio/fin
|
||||
|
@ -1148,6 +1148,7 @@ void LibraryWindow::updateLibrary()
|
||||
libraryCreator->start();
|
||||
}
|
||||
|
||||
/*
|
||||
void LibraryWindow::deleteLibrary()
|
||||
{
|
||||
QString currentLibrary = selectedLibrary->currentText();
|
||||
@ -1156,6 +1157,7 @@ void LibraryWindow::deleteLibrary()
|
||||
deleteCurrentLibrary();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
void LibraryWindow::deleteCurrentLibrary()
|
||||
{
|
||||
|
@ -200,7 +200,7 @@ public:
|
||||
void reloadCurrentLibrary();
|
||||
void openLastCreated();
|
||||
void updateLibrary();
|
||||
void deleteLibrary();
|
||||
//void deleteLibrary();
|
||||
void openContainingFolder();
|
||||
void openContainingFolderComic();
|
||||
void deleteCurrentLibrary();
|
||||
|
Reference in New Issue
Block a user