This commit is contained in:
Nav
2022-07-20 19:16:14 +01:00
parent 22b51f5129
commit 1830fe3a17
2 changed files with 1 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ namespace Bloom
this, this,
&InsightWindow::onProgrammingModeEnabled &InsightWindow::onProgrammingModeEnabled
); );
QObject::connect( QObject::connect(
&(this->insightWorker), &(this->insightWorker),
&InsightWorker::programmingModeDisabled, &InsightWorker::programmingModeDisabled,

View File

@@ -87,7 +87,7 @@
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg</string> <string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Refresh GPIO Pin States</string> <string>Refresh Registers And GPIO Pin States</string>
</property> </property>
</widget> </widget>
</item> </item>