Update app/fastfileviewer.h
This commit is contained in:
parent
07e473bad0
commit
44af7bf03c
@ -16,10 +16,10 @@ public:
|
|||||||
explicit FastFileViewer(QWidget *parent = nullptr);
|
explicit FastFileViewer(QWidget *parent = nullptr);
|
||||||
~FastFileViewer();
|
~FastFileViewer();
|
||||||
|
|
||||||
void SetFastFile(std::shared_ptr<FastFile> aFastFile);
|
void SetFastFile(const FastFile *aFastFile);
|
||||||
private:
|
private:
|
||||||
Ui::FFViewer *ui;
|
Ui::FFViewer *ui;
|
||||||
std::shared_ptr<FastFile> mFastFile;
|
const FastFile* mFastFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // FASTFILEVIEWER_H
|
#endif // FASTFILEVIEWER_H
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user