removed todo task

This commit is contained in:
silverqx
2022-04-13 19:54:29 +02:00
parent b9343e45d4
commit 0290212d36
-1
View File
@@ -455,7 +455,6 @@ namespace Grammars
/*! The columns that should be added to the table. */
QVector<ColumnDefinition> m_columns {};
// BUG omg what dtors are called in this unique_ptr(), CommandDefinition doesn't have virtual dtor silverqx
/*! The commands that should be run for the table. */
std::deque<std::shared_ptr<CommandDefinition>> m_commands {};