possible ram leak fixed
This commit is contained in:
parent
ef788fa2bf
commit
bc87306f82
2 changed files with 13 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ public slots:
|
|||
private slots:
|
||||
void copySnapmaticPicture();
|
||||
void exportSnapmaticPicture();
|
||||
void triggerFullscreenDoubeClick();
|
||||
void on_labPicture_mouseDoubleClicked(Qt::MouseButton button);
|
||||
void on_labPicture_customContextMenuRequested(const QPoint &pos);
|
||||
void exportCustomContextMenuRequestedPrivate(const QPoint &pos, bool fullscreen);
|
||||
|
|
@ -74,6 +75,8 @@ private:
|
|||
QMap<QString, QString> globalMap;
|
||||
SnapmaticPicture *smpic;
|
||||
QWidget *fullscreenWidget;
|
||||
QAction *jpegExportAction;
|
||||
QAction *pgtaExportAction;
|
||||
QImage snapmaticPicture;
|
||||
QString jsonDrawString;
|
||||
QString windowTitleStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue