Skip to content
Commit 89f8bcf0 authored by José Manuel  Santamaría Lema's avatar José Manuel Santamaría Lema
Browse files

Fix ABI break in kio

From the binary compatibility page "Do's and Don'ts":
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B#The_Do.27s_and_Don.27ts
You cannot...
[...]
For existing functions of any type:
[...]
inline it (this includes moving a member function's body to the class definition, even without the inline keyword).

REVIEW: 129032
parent dffe7e1e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment