Drop "private" subfolders

"private" subfolders violate the structure of the project,
since the existence of all other subfolders is based on a
different principle.
In addition, there is no clear line between "private" and
"non private".
This commit is contained in:
Vladimir Golovnev (Glassez)
2020-05-07 20:15:33 +03:00
parent 1917064bde
commit a8c333ff25
43 changed files with 112 additions and 112 deletions

View File

@@ -43,8 +43,8 @@
#include <QString>
#include <QVector>
#include "private/speedmonitor.h"
#include "infohash.h"
#include "speedmonitor.h"
#include "torrenthandle.h"
#include "torrentinfo.h"