minor refactor

This commit is contained in:
arm64v8a
2023-05-22 11:07:14 +09:00
parent 1b050dd3fb
commit c5122b77e4
98 changed files with 1173 additions and 1142 deletions

View File

@@ -2,7 +2,7 @@
#include <QString>
namespace NekoRay::sub {
namespace NekoGui_sub {
class RawUpdater {
public:
void updateClash(const QString &str);
@@ -28,4 +28,4 @@ namespace NekoRay::sub {
};
extern GroupUpdater *groupUpdater;
} // namespace NekoRay::sub
} // namespace NekoGui_sub