Fix SDK/Plugin version not displaying correctly
This commit is contained in:
parent
471f9d3e2e
commit
d8d7c37cf1
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ OpenRGBSoftwareInfoPage::OpenRGBSoftwareInfoPage(QWidget *parent) :
|
|||
ui(new Ui::OpenRGBSoftwareInfoPageUi)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->SDKVersionValue->setText(QString::number(OPENRGB_SDK_PROTOCOL_VERSION));
|
||||
ui->PluginAPIVersionValue->setText(QString::number(OPENRGB_PLUGIN_API_VERSION));
|
||||
ui->VersionValue->setText(VERSION_STRING);
|
||||
ui->BuildDateValue->setText(BUILDDATE_STRING);
|
||||
ui->GitCommitIDValue->setText(GIT_COMMIT_ID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue