mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Move fspathedit_p to private folder
This commit is contained in:
parent
ca44b40222
commit
ee0d2d2220
@ -25,7 +25,6 @@ deletionconfirmationdialog.h
|
|||||||
downloadfromurldialog.h
|
downloadfromurldialog.h
|
||||||
executionlogwidget.h
|
executionlogwidget.h
|
||||||
fspathedit.h
|
fspathedit.h
|
||||||
fspathedit_p.h
|
|
||||||
hidabletabwidget.h
|
hidabletabwidget.h
|
||||||
ipsubnetwhitelistoptionsdialog.h
|
ipsubnetwhitelistoptionsdialog.h
|
||||||
lineedit.h
|
lineedit.h
|
||||||
@ -34,6 +33,7 @@ mainwindow.h
|
|||||||
optionsdialog.h
|
optionsdialog.h
|
||||||
previewlistdelegate.h
|
previewlistdelegate.h
|
||||||
previewselectdialog.h
|
previewselectdialog.h
|
||||||
|
private/fspathedit_p.h
|
||||||
private/tristatewidget.h
|
private/tristatewidget.h
|
||||||
raisedmessagebox.h
|
raisedmessagebox.h
|
||||||
scanfoldersdelegate.h
|
scanfoldersdelegate.h
|
||||||
@ -77,7 +77,6 @@ cookiesmodel.cpp
|
|||||||
downloadfromurldialog.cpp
|
downloadfromurldialog.cpp
|
||||||
executionlogwidget.cpp
|
executionlogwidget.cpp
|
||||||
fspathedit.cpp
|
fspathedit.cpp
|
||||||
fspathedit_p.cpp
|
|
||||||
hidabletabwidget.cpp
|
hidabletabwidget.cpp
|
||||||
ipsubnetwhitelistoptionsdialog.cpp
|
ipsubnetwhitelistoptionsdialog.cpp
|
||||||
lineedit.cpp
|
lineedit.cpp
|
||||||
@ -86,6 +85,7 @@ mainwindow.cpp
|
|||||||
optionsdialog.cpp
|
optionsdialog.cpp
|
||||||
previewlistdelegate.cpp
|
previewlistdelegate.cpp
|
||||||
previewselectdialog.cpp
|
previewselectdialog.cpp
|
||||||
|
private/fspathedit_p.cpp
|
||||||
private/tristatewidget.cpp
|
private/tristatewidget.cpp
|
||||||
raisedmessagebox.cpp
|
raisedmessagebox.cpp
|
||||||
scanfoldersdelegate.cpp
|
scanfoldersdelegate.cpp
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
|
|
||||||
#include "base/utils/fs.h"
|
#include "base/utils/fs.h"
|
||||||
#include "fspathedit_p.h"
|
#include "private/fspathedit_p.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,6 @@ HEADERS += \
|
|||||||
$$PWD/downloadfromurldialog.h \
|
$$PWD/downloadfromurldialog.h \
|
||||||
$$PWD/executionlogwidget.h \
|
$$PWD/executionlogwidget.h \
|
||||||
$$PWD/fspathedit.h \
|
$$PWD/fspathedit.h \
|
||||||
$$PWD/fspathedit_p.h \
|
|
||||||
$$PWD/hidabletabwidget.h \
|
$$PWD/hidabletabwidget.h \
|
||||||
$$PWD/ipsubnetwhitelistoptionsdialog.h \
|
$$PWD/ipsubnetwhitelistoptionsdialog.h \
|
||||||
$$PWD/lineedit.h \
|
$$PWD/lineedit.h \
|
||||||
@ -28,6 +27,7 @@ HEADERS += \
|
|||||||
$$PWD/optionsdialog.h \
|
$$PWD/optionsdialog.h \
|
||||||
$$PWD/previewlistdelegate.h \
|
$$PWD/previewlistdelegate.h \
|
||||||
$$PWD/previewselectdialog.h \
|
$$PWD/previewselectdialog.h \
|
||||||
|
$$PWD/private/fspathedit_p.h \
|
||||||
$$PWD/private/tristatewidget.h \
|
$$PWD/private/tristatewidget.h \
|
||||||
$$PWD/raisedmessagebox.h \
|
$$PWD/raisedmessagebox.h \
|
||||||
$$PWD/rss/articlelistwidget.h \
|
$$PWD/rss/articlelistwidget.h \
|
||||||
@ -82,7 +82,6 @@ SOURCES += \
|
|||||||
$$PWD/downloadfromurldialog.cpp \
|
$$PWD/downloadfromurldialog.cpp \
|
||||||
$$PWD/executionlogwidget.cpp \
|
$$PWD/executionlogwidget.cpp \
|
||||||
$$PWD/fspathedit.cpp \
|
$$PWD/fspathedit.cpp \
|
||||||
$$PWD/fspathedit_p.cpp \
|
|
||||||
$$PWD/hidabletabwidget.cpp \
|
$$PWD/hidabletabwidget.cpp \
|
||||||
$$PWD/ipsubnetwhitelistoptionsdialog.cpp \
|
$$PWD/ipsubnetwhitelistoptionsdialog.cpp \
|
||||||
$$PWD/lineedit.cpp \
|
$$PWD/lineedit.cpp \
|
||||||
@ -91,6 +90,7 @@ SOURCES += \
|
|||||||
$$PWD/optionsdialog.cpp \
|
$$PWD/optionsdialog.cpp \
|
||||||
$$PWD/previewlistdelegate.cpp \
|
$$PWD/previewlistdelegate.cpp \
|
||||||
$$PWD/previewselectdialog.cpp \
|
$$PWD/previewselectdialog.cpp \
|
||||||
|
$$PWD/private/fspathedit_p.cpp \
|
||||||
$$PWD/private/tristatewidget.cpp \
|
$$PWD/private/tristatewidget.cpp \
|
||||||
$$PWD/raisedmessagebox.cpp \
|
$$PWD/raisedmessagebox.cpp \
|
||||||
$$PWD/rss/articlelistwidget.cpp \
|
$$PWD/rss/articlelistwidget.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user