diff options
| author | saturneric <[email protected]> | 2024-11-27 20:22:45 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2024-11-27 20:22:55 +0000 |
| commit | 4b846455b7c232b7db63f95c6a1943ccbc7ce15b (patch) | |
| tree | f9609ef2a7fb5d6221baa11ff1ed154f32befe80 /src/m_ver_check/UpdateTab.h | |
| parent | fix: target_link_libraries with a target (diff) | |
| download | modules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.tar.gz modules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.zip | |
feat: support signing email
Diffstat (limited to 'src/m_ver_check/UpdateTab.h')
| -rw-r--r-- | src/m_ver_check/UpdateTab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_ver_check/UpdateTab.h b/src/m_ver_check/UpdateTab.h index 7616200..4003a23 100644 --- a/src/m_ver_check/UpdateTab.h +++ b/src/m_ver_check/UpdateTab.h @@ -72,4 +72,4 @@ class UpdateTab : public QWidget { void SignalReplyFromUpdateServer(QByteArray data); }; -auto UpdateTabFactory(const char* id) -> void*;
\ No newline at end of file +auto UpdateTabFactory(void* id) -> void*;
\ No newline at end of file |
