mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 00:48:43 +03:00
Update details
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#include "libslic3r/Semver.hpp"
|
||||
#include "MsgDialog.hpp"
|
||||
|
||||
//B44
|
||||
#include <wx/webview.h>
|
||||
|
||||
|
||||
class wxBoxSizer;
|
||||
class wxCheckBox;
|
||||
|
||||
@@ -49,6 +53,11 @@ public:
|
||||
AppUpdateAvailableDialog& operator=(const AppUpdateAvailableDialog&) = delete;
|
||||
virtual ~AppUpdateAvailableDialog();
|
||||
|
||||
|
||||
// B44
|
||||
wxWebView *CreateTipView(wxWindow *parent);
|
||||
wxWebView *m_vebview_release_note{nullptr};
|
||||
|
||||
// Tells whether the user checked the "don't bother me again" checkbox
|
||||
bool disable_version_check() const;
|
||||
static wxSize AUAD_size;
|
||||
|
||||
Reference in New Issue
Block a user