mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
committed by
Brad King
parent
cab8f26211
commit
8f1bce12d2
@@ -46,7 +46,7 @@ AddCacheEntry::AddCacheEntry(QWidget* p, const QStringList& varNames,
|
|||||||
|
|
||||||
QString AddCacheEntry::name() const
|
QString AddCacheEntry::name() const
|
||||||
{
|
{
|
||||||
return this->Name->text();
|
return this->Name->text().trimmed();
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariant AddCacheEntry::value() const
|
QVariant AddCacheEntry::value() const
|
||||||
|
|||||||
Reference in New Issue
Block a user