mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
detect recovery devices, cleanup code , use const pointers wherever possible, refactor img thumbnail loading, refactor gallery widget
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
#include <QTreeWidget>
|
||||
#include <QVariant>
|
||||
|
||||
AfcExplorerWidget::AfcExplorerWidget(iDescriptorDevice *device, bool favEnabled,
|
||||
AfcExplorerWidget::AfcExplorerWidget(const iDescriptorDevice *device,
|
||||
bool favEnabled,
|
||||
AfcClientHandle *afcClient, QString root,
|
||||
QWidget *parent)
|
||||
: QWidget(parent), m_device(device), m_favEnabled(favEnabled),
|
||||
|
||||
Reference in New Issue
Block a user