Call: Use signal slots uniformly for calling.

This commit is contained in:
2025-06-19 15:37:39 +08:00
parent b2aa0d3752
commit 5f5569495e
14 changed files with 121 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
#ifndef LOCALFILE_H
#ifndef LOCALFILE_H
#define LOCALFILE_H
#include <InfoDirFile.h>
@@ -8,7 +8,7 @@
class LocalFile : public DirFileHelper
{
public:
LocalFile() = default;
LocalFile(QObject* parent = nullptr);
~LocalFile() override = default;
public: