Skip to content

Commit

Permalink
refactor:移动request模块至util
Browse files Browse the repository at this point in the history
  • Loading branch information
overwriter committed Jan 21, 2024
1 parent e73cf64 commit eb1966e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QCloudMusicApi/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <QRandomGenerator>

#include "util/config.h"
#include "request.h"
#include "util/request.h"
#include "module.h"

//入参与返回值类型为QVariantMap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#include <QUrlQuery>
#include <QRegularExpression>

#include "util/crypto.h"
#include "util/config.h"
#include "util/index.h"
#include "crypto.h"
#include "config.h"
#include "index.h"

namespace Request {

Expand Down
File renamed without changes.

0 comments on commit eb1966e

Please sign in to comment.