Extract the library QActions to its own file

This commit is contained in:
Luis Ángel San Martín
2024-06-23 19:02:13 +02:00
parent f29c3a4f96
commit 58ec456fc7
7 changed files with 1054 additions and 969 deletions

View File

@ -86,6 +86,7 @@ HEADERS += comic_flow.h \
library_creator.h \
library_window.h \
add_library_dialog.h \
library_window_actions.h \
recent_visibility_coordinator.h \
rename_library_dialog.h \
properties_dialog.h \
@ -172,6 +173,7 @@ SOURCES += comic_flow.cpp \
library_comic_opener.cpp \
library_creator.cpp \
library_window.cpp \
library_window_actions.cpp \
main.cpp \
add_library_dialog.cpp \
recent_visibility_coordinator.cpp \