fixed double click in table view

This commit is contained in:
Luis Ángel San Martín
2014-10-10 10:14:04 +02:00
parent c118da91e6
commit a25818a0ca
2 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public slots:
//ComicsView
void setShowMarks(bool show);
void selectAll();
void selectedComicForOpening(const QModelIndex & mi);
private:
YACReaderTableView * tableView;