mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-29 05:49:57 +02:00
added a second user-collection
This commit is contained in:
@@ -419,6 +419,8 @@ void TitleBlockPropertiesWidget::updateTemplateList()
|
||||
QET::QetCollection qc = tbt_c -> collection();
|
||||
if (qc == QET::QetCollection::Common)
|
||||
icon = QET::Icons::QETLogo;
|
||||
else if (qc == QET::QetCollection::Company)
|
||||
icon = QET::Icons::Company;
|
||||
else if (qc == QET::QetCollection::Custom)
|
||||
icon = QET::Icons::Home;
|
||||
else if (qc == QET::QetCollection::Embedded)
|
||||
|
||||
Reference in New Issue
Block a user