mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-20 19:19:58 +01:00
Reduce the time spend when nomenclature table is created automatically
This commit is contained in:
@@ -32,7 +32,7 @@ class QetGraphicsTableFactory
|
||||
|
||||
static void createAndAddNomenclature(Diagram *diagram);
|
||||
private:
|
||||
static QetGraphicsTableItem *newTable(Diagram *diagram, AddTableDialog *dialog);
|
||||
static QetGraphicsTableItem *newTable(Diagram *diagram, AddTableDialog *dialog, QetGraphicsTableItem *previous_table = nullptr);
|
||||
static void AdjustTableToFolio(QetGraphicsTableItem *table);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user