Move helper functions to Utils::Gui namespace

This commit is contained in:
Chocobo1
2019-03-02 13:22:13 +08:00
parent 0f1fc7be9d
commit adbd34c795
21 changed files with 187 additions and 190 deletions

View File

@@ -28,6 +28,8 @@
#include "serialize_torrent.h"
#include <QDateTime>
#include "base/bittorrent/session.h"
#include "base/bittorrent/torrenthandle.h"
#include "base/utils/fs.h"