https://bugs.kde.org/show_bug.cgi?id=362736
--- Comment #7 from palinek ---
FYI ... https://git.reviewboard.kde.org/r/128093/
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362736
--- Comment #5 from palinek ---
Can you, guys, have a look on the proposed diff/patch for the runtime version
checking?
I think such changes can be done in all remaining sources... is it a way to go?
--
You are receiving this mail because:
You are wa
https://bugs.kde.org/show_bug.cgi?id=362736
--- Comment #4 from palinek ---
Created attachment 98804
--> https://bugs.kde.org/attachment.cgi?id=98804&action=edit
Proposed runtime version checks for manager.*
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362736
--- Comment #3 from palinek ---
Networkmanger provides version information in runtime... it's stored in
NetworkManager::NetworkManagerPrivate and the NetworkManager::compareVersion()
can be used to check. Right?
So it would be feasible to add the runti
https://bugs.kde.org/show_bug.cgi?id=362736
--- Comment #1 from palinek ---
Sorry, for the wrong example. For our code, it should be e.g.:
#if NM_CHECK_VERSION(1, 2, 0)
return dev->nmMissingPlugin();
#endif
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=362736
palinek changed:
What|Removed |Added
CC||palo.k...@gmail.com
--
You are receiving this mail b
https://bugs.kde.org/show_bug.cgi?id=362736
Bug ID: 362736
Summary: Compile vs. runtime symbols discrepancy
Product: frameworks-networkmanager-qt
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED