Add local history for last screenshots
This commit is contained in:
committed by
Yuriy Puchkov
parent
c84db1fa03
commit
5861b21fcf
@@ -24,10 +24,17 @@
|
||||
#include <QMap>
|
||||
#include <QTimer>
|
||||
#include <functional>
|
||||
#include <QAction>
|
||||
|
||||
#include <QSpinBox>
|
||||
#include <QLabel>
|
||||
#include <QHBoxLayout>
|
||||
#include <QWidgetAction>
|
||||
|
||||
class CaptureWidget;
|
||||
class ConfigWindow;
|
||||
class InfoWindow;
|
||||
class QMenu;
|
||||
class QSystemTrayIcon;
|
||||
|
||||
using lambda = std::function<void(void)>;
|
||||
@@ -61,6 +68,8 @@ public slots:
|
||||
|
||||
void updateConfigComponents();
|
||||
|
||||
void showRecentScreenshots();
|
||||
|
||||
private slots:
|
||||
void startFullscreenCapture(const uint id = 0);
|
||||
void startVisualCapture(const uint id = 0,
|
||||
|
||||
Reference in New Issue
Block a user