Add local history for last screenshots
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#include "src/utils/confighandler.h"
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QString>
|
||||
#include <QPixmap>
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user