mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: class name error
This commit is contained in:
parent
3a0c199dcf
commit
82e4ba1f38
@ -25,7 +25,7 @@ xToolsSerialPortToolUi::~xToolsSerialPortToolUi()
|
|||||||
|
|
||||||
void xToolsSerialPortToolUi::onBaseToolUiInitialized(xToolsBaseTool *tool, const QString &settingsGroup)
|
void xToolsSerialPortToolUi::onBaseToolUiInitialized(xToolsBaseTool *tool, const QString &settingsGroup)
|
||||||
{
|
{
|
||||||
if (!(tool && tool->inherits("SAKSerialPortTool"))) {
|
if (!(tool && tool->inherits("xToolsSerialPortTool"))) {
|
||||||
qWarning() << "Invalid type of communication tool!";
|
qWarning() << "Invalid type of communication tool!";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user