mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Format includes using clang-format
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
This commit is contained in:
@ -1,18 +1,17 @@
|
||||
#include "library_window_actions.h"
|
||||
|
||||
#include "edit_shortcuts_dialog.h"
|
||||
#include "library_window.h"
|
||||
#include "shortcuts_manager.h"
|
||||
#include "yacreader_history_controller.h"
|
||||
#include "recent_visibility_coordinator.h"
|
||||
|
||||
#include "help_about_dialog.h"
|
||||
#include "export_library_dialog.h"
|
||||
#include "yacreader_content_views_manager.h"
|
||||
#include "help_about_dialog.h"
|
||||
#include "library_window.h"
|
||||
#include "recent_visibility_coordinator.h"
|
||||
#include "server_config_dialog.h"
|
||||
#include "yacreader_folders_view.h"
|
||||
#include "yacreader_options_dialog.h"
|
||||
#include "shortcuts_manager.h"
|
||||
#include "theme_manager.h"
|
||||
#include "yacreader_content_views_manager.h"
|
||||
#include "yacreader_folders_view.h"
|
||||
#include "yacreader_history_controller.h"
|
||||
#include "yacreader_options_dialog.h"
|
||||
|
||||
#include <QtCore>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user