mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 16:31:28 -05:00
Move inline keyword to function definition.
This commit is contained in:
parent
9c378216f6
commit
8fb2f9db7c
4 changed files with 4 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ Group* Group::createRecycleBin()
|
|||
return recycleBin;
|
||||
}
|
||||
|
||||
template <class P, class V> bool Group::set(P& property, const V& value) {
|
||||
template <class P, class V> inline 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