We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471f9d3 commit d8d7c37Copy full SHA for d8d7c37
qt/OpenRGBSoftwareInfoPage/OpenRGBSoftwareInfoPage.cpp
@@ -18,7 +18,8 @@ OpenRGBSoftwareInfoPage::OpenRGBSoftwareInfoPage(QWidget *parent) :
18
ui(new Ui::OpenRGBSoftwareInfoPageUi)
19
{
20
ui->setupUi(this);
21
-
+ ui->SDKVersionValue->setText(QString::number(OPENRGB_SDK_PROTOCOL_VERSION));
22
+ ui->PluginAPIVersionValue->setText(QString::number(OPENRGB_PLUGIN_API_VERSION));
23
ui->VersionValue->setText(VERSION_STRING);
24
ui->BuildDateValue->setText(BUILDDATE_STRING);
25
ui->GitCommitIDValue->setText(GIT_COMMIT_ID);
0 commit comments