mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 16:42:30 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Ui
|
||||
class SearchWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(SearchWidget)
|
||||
Q_DISABLE_COPY_MOVE(SearchWidget)
|
||||
|
||||
public:
|
||||
explicit SearchWidget(MainWindow *mainWindow);
|
||||
|
||||
Reference in New Issue
Block a user