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