mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08:00 
			
		
		
		
	configuration: fix mingw-w64 build
This commit is contained in:
		
							parent
							
								
									deb65a5717
								
							
						
					
					
						commit
						068c66672d
					
				| @ -50,8 +50,8 @@ ConfigureNetwork::ConfigureNetwork(QWidget* parent) | ||||
| #endif | ||||
| 
 | ||||
|     ui->network_interface->addItem(tr("None")); | ||||
|     for (const auto& interface : Network::GetAvailableNetworkInterfaces()) { | ||||
|         ui->network_interface->addItem(QString::fromStdString(interface.name)); | ||||
|     for (const auto& iface : Network::GetAvailableNetworkInterfaces()) { | ||||
|         ui->network_interface->addItem(QString::fromStdString(iface.name)); | ||||
|     } | ||||
| 
 | ||||
|     connect(ui->bcat_source, QOverload<int>::of(&QComboBox::currentIndexChanged), this, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user