mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-25 23:16:16 +01:00
General cleanups
This commit is contained in:
@@ -59,3 +59,7 @@ OptionsModel *ClientModel::getOptionsModel()
|
||||
return optionsModel;
|
||||
}
|
||||
|
||||
QString ClientModel::formatFullVersion() const
|
||||
{
|
||||
return QString::fromStdString(FormatFullVersion());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user