浏览代码

removing unnecessary types

logicp 4 年之前
父节点
当前提交
cfe3c115ab
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      headers/util.hpp

+ 0 - 13
headers/util.hpp

@@ -32,19 +32,6 @@ enum FileType {
     IMAGE = 2
 };
 
-struct KFileData {
-    FileType type;
-    QString name;
-    QByteArray bytes;
-};
-
-// struct Task {
-//  QVector<KFileData> files;
-//  std::vector<std::string> args;
-//  int mask;
-//};
-
-typedef QQueue<Task> TaskQueue;
 
 namespace {
 using namespace rapidjson;