Update ConnectionWidget.hpp

This commit is contained in:
Qv2ray-dev 2020-02-16 23:25:06 +08:00 committed by GitHub
parent 17e302fd96
commit 3f265bb8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ class ConnectionWidget : public QWidget, private Ui::ConnectionWidget
{
//
}
Q_DISABLE_COPY_MOVE(ConnectionWidget)
private:
ConnectionWidget(QWidget *parent = nullptr) : QWidget(parent), connectionId("null"), groupId("null"), subscriptionId("null")
@ -99,4 +98,6 @@ class ConnectionWidget : public QWidget, private Ui::ConnectionWidget
ConnectionId connectionId;
GroupId groupId;
SubscriptionId subscriptionId;
Q_DISABLE_COPY_MOVE(ConnectionWidget)
};