6#include <albert/export.h>
19 IndexItem(std::shared_ptr<Item> item, QString
string);
22 std::shared_ptr<Item>
item;
An item utlized by ItemIndex.
Definition indexitem.h:15
std::shared_ptr< Item > item
The item to be indexed.
Definition indexitem.h:22
QString string
The corresponding lookup string.
Definition indexitem.h:25
IndexItem(std::shared_ptr< Item > item, QString string)