mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
updated qt to build and to reflect some core changes like log dest
This commit is contained in:
parent
4e8858a764
commit
611c1a7502
3 changed files with 6 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue