mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Disable move constructor where it is sensible
This commit is contained in:
parent
fd9941e2d8
commit
70d1cb86fd
96 changed files with 102 additions and 102 deletions
|
@ -68,7 +68,7 @@ namespace
|
|||
class FileSystemPathEdit::FileSystemPathEditPrivate
|
||||
{
|
||||
Q_DECLARE_PUBLIC(FileSystemPathEdit)
|
||||
Q_DISABLE_COPY(FileSystemPathEditPrivate)
|
||||
Q_DISABLE_COPY_MOVE(FileSystemPathEditPrivate)
|
||||
|
||||
FileSystemPathEditPrivate(FileSystemPathEdit *q, Private::FileEditorWithCompletion *editor);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue