Save column width for ImageInfo

This commit is contained in:
2022-04-08 18:28:15 +02:00
parent 0e985d7799
commit 7afb12d9cc
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ class ImageInfo : public QTreeWidget
{
Q_OBJECT
public:
ImageInfo(QWidget *parent);
explicit ImageInfo(QWidget *parent);
~ImageInfo();
public slots:
void setInfo(const ImageInfoData &info);
};