mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Reorganize all the screenshot files
This commit is contained in:
parent
b1cddb4600
commit
cb5cfe7242
10 changed files with 60 additions and 49 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
#include "logic/lists/ScreenshotList.h"
|
||||
#include "logic/screenshots/ScreenshotList.h"
|
||||
|
||||
class ImgurAlbumCreation;
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ public:
|
|||
};
|
||||
|
||||
QString message() const;
|
||||
QList<std::shared_ptr<ScreenShot>> selected() const;
|
||||
QList<ScreenshotPtr> selected() const;
|
||||
|
||||
private
|
||||
slots:
|
||||
|
|
@ -35,6 +35,6 @@ slots:
|
|||
private:
|
||||
Ui::ScreenshotDialog *ui;
|
||||
ScreenshotList *m_list;
|
||||
QList<std::shared_ptr<ScreenShot>> m_uploaded;
|
||||
QList<ScreenshotPtr> m_uploaded;
|
||||
std::shared_ptr<ImgurAlbumCreation> m_imgurAlbum;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue