mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Fixed issues with initial commit
This commit is contained in:
parent
ad4423d226
commit
b4d806ad41
17 changed files with 43 additions and 51 deletions
|
@ -220,11 +220,11 @@ void TestEntryModel::testCustomIconModel()
|
|||
QHash<QUuid, QPixmap> icons;
|
||||
QList<QUuid> iconsOrder;
|
||||
|
||||
QUuid iconUuid(QByteArray(16, '2'));
|
||||
QUuid iconUuid = QUuid::fromRfc4122(QByteArray(16, '2'));
|
||||
icons.insert(iconUuid, QPixmap());
|
||||
iconsOrder << iconUuid;
|
||||
|
||||
QUuid iconUuid2(QByteArray(16, '1'));
|
||||
QUuid iconUuid2 = QUuid::fromRfc4122(QByteArray(16, '1'));
|
||||
icons.insert(iconUuid2, QPixmap());
|
||||
iconsOrder << iconUuid2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue