fix: remove duplicate labelI2PAddress declaration in trianglesgui.h
Merge left two declarations of labelI2PAddress (lines 113 + 115), causing cascading type errors on macOS/clang.
This commit is contained in:
@@ -112,7 +112,6 @@ private:
|
||||
QLabel *labelOnionAddress;
|
||||
QLabel *labelI2PAddress;
|
||||
QLabel *labelV3Icon;
|
||||
QLabel *labelI2PAddress;
|
||||
QLabel *labelI2PIcon;
|
||||
QLabel *labelTorIcon;
|
||||
QLabel *progressBarLabel;
|
||||
|
||||
Reference in New Issue
Block a user