mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
Updated LibraryWindow::reloadAfterCopyMove for only re-fetching/updating the affected folders by a copy/move action
This commit is contained in:
@ -45,7 +45,6 @@
|
||||
#include <QVariant>
|
||||
#include <QModelIndex>
|
||||
|
||||
//! [0]
|
||||
class TreeItem
|
||||
{
|
||||
public:
|
||||
@ -66,6 +65,8 @@ public:
|
||||
QList<QString> comicNames;
|
||||
TreeItem * originalItem;
|
||||
void setData(int column, const QVariant &value);
|
||||
void clearChildren();
|
||||
QList<TreeItem*> children();
|
||||
private:
|
||||
QList<TreeItem*> childItems;
|
||||
QList<QVariant> itemData;
|
||||
|
Reference in New Issue
Block a user