mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Removing QWidget dependency from src/core.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#ifndef KEEPASSX_ENTRY_H
|
||||
#define KEEPASSX_ENTRY_H
|
||||
|
||||
#include <QImage>
|
||||
#include <QMap>
|
||||
#include <QPointer>
|
||||
#include <QUuid>
|
||||
|
||||
@@ -80,8 +80,6 @@ public:
|
||||
~Entry();
|
||||
const QUuid& uuid() const;
|
||||
const QString uuidToHex() const;
|
||||
QImage icon() const;
|
||||
QPixmap iconPixmap(IconSize size = IconSize::Default) const;
|
||||
int iconNumber() const;
|
||||
const QUuid& iconUuid() const;
|
||||
QString foregroundColor() const;
|
||||
|
||||
Reference in New Issue
Block a user