mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 19:30:26 +08:00
Update ConnectionWidget.hpp
This commit is contained in:
parent
17e302fd96
commit
3f265bb8a9
@ -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)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user