Skip to content

Commit

Permalink
fix: compile failed on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super committed Oct 3, 2024
1 parent 1aef272 commit 8ac67cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadItemWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <QUrl>

#include "Logger.hpp"
#include "Logic/DownloadManager.h"
#include "logic/DownloadManager.h"

namespace {
std::string convertBytesToReadable(double bytes)
Expand Down

0 comments on commit 8ac67cc

Please sign in to comment.