mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03: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
|
@ -58,7 +58,7 @@ Entry::~Entry()
|
|||
qDeleteAll(m_history);
|
||||
}
|
||||
|
||||
template <class T> bool Entry::set(T& property, const T& value)
|
||||
template <class T> inline bool Entry::set(T& property, const T& value)
|
||||
{
|
||||
if (property != value) {
|
||||
property = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue