mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user