Home
last modified time | relevance | path

Searched refs:ENTRY_PARTITION (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/
H A DFilesystemWidget.cpp30 constexpr int ENTRY_PARTITION = Qt::UserRole; variable
108 item->setData(static_cast<qlonglong>(i), ENTRY_PARTITION); in PopulateView()
143 item->setData(partition_id, ENTRY_PARTITION); in PopulateDirectory()
177 GetPartitionFromID(item->data(ENTRY_PARTITION).toInt()); in ShowContextMenu()