mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
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:
@@ -31,7 +31,7 @@
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
||||
#include "private/tristatewidget.h"
|
||||
#include "tristatewidget.h"
|
||||
|
||||
TriStateAction::TriStateAction(const QString &text, QWidget *parent)
|
||||
: QWidgetAction {parent}
|
||||
|
||||
Reference in New Issue
Block a user