mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix emit syntax
This commit is contained in:
parent
36538abc18
commit
b70556eb41
@ -199,9 +199,9 @@ void LibraryCreator::run()
|
|||||||
// si estabamos en modo creación, se está añadiendo una librería que ya existía y se ha actualizado antes de añadirse.
|
// si estabamos en modo creación, se está añadiendo una librería que ya existía y se ha actualizado antes de añadirse.
|
||||||
if (!partialUpdate) {
|
if (!partialUpdate) {
|
||||||
if (!creation) {
|
if (!creation) {
|
||||||
emit(updated());
|
emit updated();
|
||||||
} else {
|
} else {
|
||||||
emit(created());
|
emit created();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
QLOG_INFO() << "Update library END";
|
QLOG_INFO() << "Update library END";
|
||||||
|
Loading…
Reference in New Issue
Block a user