aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/UpdateTab.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-27 20:22:45 +0000
committersaturneric <[email protected]>2024-11-27 20:22:55 +0000
commit4b846455b7c232b7db63f95c6a1943ccbc7ce15b (patch)
treef9609ef2a7fb5d6221baa11ff1ed154f32befe80 /src/m_ver_check/UpdateTab.h
parentfix: target_link_libraries with a target (diff)
downloadmodules-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.h2
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