mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
updated qt to build and to reflect some core changes like log dest
This commit is contained in:
@@ -224,7 +224,6 @@ public:
|
||||
}
|
||||
virtual void saveToStringStream(std::stringstream& out){
|
||||
std::string logDest = comboBox->currentText().toStdString();
|
||||
if(logDest==std::string("stdout"))logDest="";
|
||||
optionValue=logDest;
|
||||
MainWindowItem::saveToStringStream(out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user