fixed bug on folders view navigation after using the search

This commit is contained in:
Luis Ángel San Martín
2013-11-13 21:26:50 +01:00
parent b8b51b2ba5
commit 1c2590957e
2 changed files with 7 additions and 10 deletions

View File

@ -95,7 +95,6 @@ private:
YACReaderTreeView * foldersView;
YACReaderLibraryListWidget * selectedLibrary;
TreeModel * dm;
QItemSelectionModel * sm;
TableModel * dmCV;
//QStringList paths;
QMap<QString,QString> libraries;
@ -171,8 +170,8 @@ private:
QString _lastAdded;
QString _sourceLastAdded;
QModelIndex _rootIndex;
QModelIndex _rootIndexCV;
//QModelIndex _rootIndex;
//QModelIndex _rootIndexCV;
quint64 _comicIdEdited;