shapeworks::UpdateChecker
Update Checker. More...
#include <UpdateChecker.h>
Inherits from QDialog
Public Slots
| Name | |
|---|---|
| void | handleNetworkReply(QNetworkReply * reply) | 
Public Functions
| Name | |
|---|---|
| UpdateChecker(Preferences & prefs, QWidget * parent =nullptr) | |
| ~UpdateChecker() | |
| void | run_auto_update_check() | 
| void | run_manual_update_check() | 
Detailed Description
class shapeworks::UpdateChecker;
Update Checker.
This class checks for new versions of ShapeWorks and informs the user with a dialog
Public Slots Documentation
slot handleNetworkReply
void handleNetworkReply(
    QNetworkReply * reply
)
Public Functions Documentation
function UpdateChecker
explicit UpdateChecker(
    Preferences & prefs,
    QWidget * parent =nullptr
)
function ~UpdateChecker
~UpdateChecker()
function run_auto_update_check
void run_auto_update_check()
function run_manual_update_check
void run_manual_update_check()
Updated on 2024-03-17 at 12:58:44 -0600