Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Group.h')
-rw-r--r--src/core/Group.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/Group.h b/src/core/Group.h
index c564d1609..c283a89a2 100644
--- a/src/core/Group.h
+++ b/src/core/Group.h
@@ -19,7 +19,7 @@
#ifndef KEEPASSX_GROUP_H
#define KEEPASSX_GROUP_H
-#include <QImage>
+#include <QPointer>
#include "core/CustomData.h"
#include "core/Database.h"
@@ -82,8 +82,6 @@ public:
const QString uuidToHex() const;
QString name() const;
QString notes() const;
- QImage icon() const;
- QPixmap iconPixmap(IconSize size = IconSize::Default) const;
int iconNumber() const;
const QUuid& iconUuid() const;
const TimeInfo& timeInfo() const;