wip
This commit is contained in:
parent
0da32b916c
commit
698ccab6ab
20 changed files with 265 additions and 37 deletions
|
|
@ -4,5 +4,9 @@ using namespace sqlast;
|
|||
|
||||
Node::Node()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString Node::ToString() const
|
||||
{
|
||||
return QString::fromUtf8(typeid(*this).name());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue