- implemented frontend
- namespaced Core
- imported qdevicewatcher
- fixed bug in logging (more like in misc)
This commit is contained in:
zhupengfei
2019-08-28 19:16:05 +08:00
parent fd5106759a
commit 7df0b63a1e
22 changed files with 351 additions and 166 deletions
+4
View File
@@ -4,6 +4,8 @@
#pragma once
namespace Core {
#include <array>
#include <type_traits>
#include <vector>
@@ -194,3 +196,5 @@ private:
std::string data_path;
const SDMCDecryptor& decryptor;
};
} // namespace Core