mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
parent
a3e7c93b59
commit
19bacd6737
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ Group::~Group()
|
|||
cleanupParent();
|
||||
}
|
||||
|
||||
template <class T> bool Group::set(T& property, const T& value) {
|
||||
template <class P, class V> bool Group::set(P& property, const V& value) {
|
||||
if (property != value) {
|
||||
property = value;
|
||||
updateTimeinfo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue