mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01: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