From 9b97b39e63772a3f6b061cad2bdfb5be30be2a13 Mon Sep 17 00:00:00 2001 From: chenxuechao Date: Tue, 5 Jul 2022 15:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E6=9E=90=E6=9E=84=E5=87=BD=E6=95=B0=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3PPA=E7=BC=96=E8=AF=91=E5=90=8E=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=BA=93=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mobilehotspot/blacklistitem.h | 1 - plugins/mobilehotspot/blacklistpage.h | 1 - plugins/mobilehotspot/connectdevlistitem.h | 1 - plugins/mobilehotspot/connectdevpage.h | 1 - 4 files changed, 4 deletions(-) diff --git a/plugins/mobilehotspot/blacklistitem.h b/plugins/mobilehotspot/blacklistitem.h index 6992da93..9ccd70ff 100644 --- a/plugins/mobilehotspot/blacklistitem.h +++ b/plugins/mobilehotspot/blacklistitem.h @@ -35,7 +35,6 @@ class BlacklistItem : public QFrame Q_OBJECT public: BlacklistItem(QString staMac, QString staName, QWidget *parent = nullptr); - ~BlacklistItem(); protected: KBorderlessButton *m_removeFromBlacklistBtn = nullptr; diff --git a/plugins/mobilehotspot/blacklistpage.h b/plugins/mobilehotspot/blacklistpage.h index 5079e477..8ea24a89 100644 --- a/plugins/mobilehotspot/blacklistpage.h +++ b/plugins/mobilehotspot/blacklistpage.h @@ -40,7 +40,6 @@ class BlacklistPage : public QWidget Q_OBJECT public: explicit BlacklistPage(QWidget *parent = nullptr); - ~BlacklistPage(); void refreshBlacklist(); bool setStaIntoBlacklist(QString staMac); diff --git a/plugins/mobilehotspot/connectdevlistitem.h b/plugins/mobilehotspot/connectdevlistitem.h index 7616d6ed..df1222be 100644 --- a/plugins/mobilehotspot/connectdevlistitem.h +++ b/plugins/mobilehotspot/connectdevlistitem.h @@ -35,7 +35,6 @@ class ConnectDevListItem : public QFrame Q_OBJECT public: ConnectDevListItem(QString staMac, QString staName, QWidget *parent = nullptr); - ~ConnectDevListItem(); protected: KBorderlessButton *m_dragIntoBlackListBtn = nullptr; diff --git a/plugins/mobilehotspot/connectdevpage.h b/plugins/mobilehotspot/connectdevpage.h index f9cda732..147cab36 100644 --- a/plugins/mobilehotspot/connectdevpage.h +++ b/plugins/mobilehotspot/connectdevpage.h @@ -40,7 +40,6 @@ class ConnectdevPage : public QWidget Q_OBJECT public: explicit ConnectdevPage(QWidget *parent = nullptr); - ~ConnectdevPage(); void refreshStalist();