Skip to content

Commit

Permalink
mv GenerateAudioModel to FileIO
Browse files Browse the repository at this point in the history
Former-commit-id: 4565cf5
  • Loading branch information
YuzukiTsuru committed Jun 3, 2022
1 parent a1c444e commit ee78751
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lessampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "Utils/LOG.h"
#include "Dialogs/Dialogs.h"
#include "AudioProcess/GenerateAudioModel.h"
#include "FileIO/GenerateAudioModel.h"

#include "lessconfig.h"

Expand Down
2 changes: 1 addition & 1 deletion test/GenerateAudioModelTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Created by gloom on 2022/5/23.
//

#include "AudioProcess/GenerateAudioModel.h"
#include "FileIO/GenerateAudioModel.h"
#include <utility>
#include <Utils/LOG.h>

Expand Down

0 comments on commit ee78751

Please sign in to comment.