Add local history for last screenshots

This commit is contained in:
Yuriy Puchkov
2020-07-21 17:06:04 +03:00
parent 415711d975
commit 63e2910b8e
4 changed files with 4 additions and 9 deletions

View File

@@ -2,8 +2,6 @@
#include "src/utils/confighandler.h"
#include <QDir>
#include <QFile>
#include <QString>
#include <QPixmap>
#include <QDebug>

View File

@@ -1,16 +1,14 @@
#ifndef HISTORY_H
#define HISTORY_H
#include <QList>
#define HISTORY_MAX_SIZE 10
#define HISTORY_THUNB_SCALE 1.5
#define HISTORY_THUNB_WIDTH 160*HISTORY_THUNB_SCALE
#define HISTORY_THUNB_HEIGH 90*HISTORY_THUNB_SCALE
class QPixmap;
class QString;
#include <QList>
#include <QString>
#include <QPixmap>
class History