mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
added the new info comics view to the switch views rotation
This commit is contained in:
@ -8,6 +8,8 @@ InfoComicsView::InfoComicsView(QWidget *parent)
|
||||
|
||||
void InfoComicsView::setToolBar(QToolBar *toolBar)
|
||||
{
|
||||
toolBar->setParent(this);
|
||||
|
||||
int FIXME;
|
||||
}
|
||||
|
||||
@ -24,11 +26,15 @@ void InfoComicsView::setCurrentIndex(const QModelIndex &index)
|
||||
QModelIndex InfoComicsView::currentIndex()
|
||||
{
|
||||
int FIXME;
|
||||
|
||||
return QModelIndex();
|
||||
}
|
||||
|
||||
QItemSelectionModel *InfoComicsView::selectionModel()
|
||||
{
|
||||
int FIXME;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void InfoComicsView::scrollTo(const QModelIndex &mi, QAbstractItemView::ScrollHint hint)
|
||||
|
Reference in New Issue
Block a user