mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
minor refactor
This commit is contained in:
@@ -17,7 +17,7 @@ class ProxyItem : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ProxyItem(QWidget *parent, const QSharedPointer<NekoRay::ProxyEntity> &ent, QListWidgetItem *item);
|
||||
explicit ProxyItem(QWidget *parent, const std::shared_ptr<NekoGui::ProxyEntity> &ent, QListWidgetItem *item);
|
||||
|
||||
~ProxyItem() override;
|
||||
|
||||
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
QPushButton *get_change_button();
|
||||
|
||||
QSharedPointer<NekoRay::ProxyEntity> ent;
|
||||
std::shared_ptr<NekoGui::ProxyEntity> ent;
|
||||
QListWidgetItem *item;
|
||||
bool remove_confirm = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user