mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix wrong typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3920 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -743,8 +743,8 @@ QString QET::qetCollectionToString(const QET::QetCollection &c)
|
||||
return "common";
|
||||
case Custom :
|
||||
return "custom";
|
||||
case Embendded :
|
||||
return "embendded";
|
||||
case Embedded :
|
||||
return "embedded";
|
||||
default:
|
||||
return "common";
|
||||
}
|
||||
@@ -762,8 +762,8 @@ QET::QetCollection QET::qetCollectionFromString(const QString &str)
|
||||
return QetCollection::Common;
|
||||
else if (str == "custom")
|
||||
return QetCollection::Custom;
|
||||
else if (str == "embendded")
|
||||
return QetCollection::Embendded;
|
||||
else if (str == "embedded")
|
||||
return QetCollection::Embedded;
|
||||
else
|
||||
return QetCollection::Common;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user