mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix: class is error
This commit is contained in:
parent
38452dcdef
commit
b1b00b4847
@ -99,8 +99,8 @@ void SAKTableModelToolUi::onBaseToolUiInitialized(xToolsBaseTool *tool, const QS
|
||||
return;
|
||||
}
|
||||
|
||||
if (!tool->inherits("SAKTableModelTool")) {
|
||||
qWarning() << "The tool does not inherits SAKTableModelTool!";
|
||||
if (!tool->inherits("xToolsTableModelTool")) {
|
||||
qWarning() << "The tool does not inherits xToolsTableModelTool!";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user