aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 12:48:49 +0000
committersaturneric <[email protected]>2024-05-11 12:48:49 +0000
commit942304feea7e14774c4ea4bdc1ed1354e09085fe (patch)
tree3136603fa15662775411245f781e5607928ac522
parentfix: mod_gpg_info use qt5::core at qt5 env (diff)
downloadGpgFrontend-942304feea7e14774c4ea4bdc1ed1354e09085fe.tar.gz
GpgFrontend-942304feea7e14774c4ea4bdc1ed1354e09085fe.zip
fix: move some of the functions in TaskRunner.h into public scope instead of public slots.
-rw-r--r--src/core/thread/TaskRunner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/thread/TaskRunner.h b/src/core/thread/TaskRunner.h
index 8a93ad0b..fe1555ec 100644
--- a/src/core/thread/TaskRunner.h
+++ b/src/core/thread/TaskRunner.h
@@ -76,8 +76,6 @@ class GPGFRONTEND_CORE_EXPORT TaskRunner : public QObject {
*/
auto IsRunning() -> bool;
- public slots:
-
/**
* @brief
*