mirror of
https://github.com/YACReader/yacreader
synced 2025-07-28 18:05:03 -04:00
models renaming
This commit is contained in:
@ -18,7 +18,7 @@ public:
|
||||
explicit GridComicsView(QWidget *parent = 0);
|
||||
virtual ~GridComicsView();
|
||||
void setToolBar(QToolBar * toolBar);
|
||||
void setModel(TableModel *model);
|
||||
void setModel(ComicModel *model);
|
||||
void setCurrentIndex(const QModelIndex &index);
|
||||
QModelIndex currentIndex();
|
||||
QItemSelectionModel * selectionModel();
|
||||
|
Reference in New Issue
Block a user