mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
fixed navigation history
fixed selectAll action (only in classic view)
This commit is contained in:
@ -32,12 +32,13 @@ public:
|
||||
virtual void setItemActions(const QList<QAction *> & actions) = 0;
|
||||
//actions for visual-oriented views
|
||||
virtual void setViewActions(const QList<QAction *> & actions) = 0;
|
||||
//virtual selectItem(int index) = 0;
|
||||
|
||||
signals:
|
||||
void selected(unsigned int);
|
||||
void comicRated(int,QModelIndex);
|
||||
public slots:
|
||||
virtual void setShowMarks(bool show) = 0;
|
||||
virtual void selectAll() = 0;
|
||||
protected:
|
||||
TableModel * model;
|
||||
|
||||
|
Reference in New Issue
Block a user