mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Extract the comic and page flow classes to their own files
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
// Conditional include based on Qt version and RHI availability
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0) && defined(YACREADER_USE_RHI)
|
||||
#include "yacreader_flow_rhi.h"
|
||||
#include "yacreader_page_flow_rhi.h"
|
||||
using YACReaderPageFlowImpl = YACReaderPageFlow3D;
|
||||
#else
|
||||
#include "yacreader_flow_gl.h"
|
||||
|
||||
Reference in New Issue
Block a user