mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
[Qt] remove unused formatBuildDate method
This commit is contained in:
parent
4856f1d671
commit
fc737d127f
2 changed files with 0 additions and 6 deletions
|
|
@ -173,11 +173,6 @@ QString ClientModel::formatSubVersion() const
|
|||
return QString::fromStdString(strSubVersion);
|
||||
}
|
||||
|
||||
QString ClientModel::formatBuildDate() const
|
||||
{
|
||||
return QString::fromStdString(CLIENT_DATE);
|
||||
}
|
||||
|
||||
bool ClientModel::isReleaseVersion() const
|
||||
{
|
||||
return CLIENT_VERSION_IS_RELEASE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue