mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
#include "yacreader_global.h" in Y_MAC_UI is used
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#include "yacreader_table_view.h"
|
||||
|
||||
#include "yacreader_global.h"
|
||||
#include "yacreader_global_gui.h"
|
||||
|
||||
#include <QHeaderView>
|
||||
#include <QResizeEvent>
|
||||
#include <QPropertyAnimation>
|
||||
@ -13,7 +16,6 @@
|
||||
#include "QsLog.h"
|
||||
|
||||
#include "comic_item.h"
|
||||
#include "yacreader_global_gui.h"
|
||||
|
||||
YACReaderTableView::YACReaderTableView(QWidget *parent)
|
||||
: QTableView(parent), showDelete(false), editing(false), myeditor(0)
|
||||
|
Reference in New Issue
Block a user