mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
FIX: [STUDIO-2340] [STUDIO-2297] handle linux gstreamer error
Change-Id: Iadc6dcb9d7a9f2c5d1ce9cf979bbbfbd0f805d19
This commit is contained in:
parent
0e3364a415
commit
a401c0fa2e
4 changed files with 37 additions and 10 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
|
||||
void SetIdleImage(wxString const & image);
|
||||
|
||||
int GetLastError() const { return m_error; }
|
||||
int GetLastError() const;
|
||||
|
||||
wxSize GetVideoSize() const;
|
||||
|
||||
|
|
@ -83,6 +83,7 @@ protected:
|
|||
private:
|
||||
wxString m_idle_image;
|
||||
int m_error = 0;
|
||||
bool m_loaded = false;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue