summaryrefslogtreecommitdiffhomepage
path: root/options/connector.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-25 09:23:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-25 09:33:21 +0100
commitd1415b21a482668e415126408764ca84593a25b3 (patch)
tree67580088d475ce7cb0234980d7676b2954fb05d2 /options/connector.hpp
parentb6c700d98bf52cf4326e39a03937b16cddb3b1fe (diff)
options: add some never_inline attribs
Diffstat (limited to 'options/connector.hpp')
-rw-r--r--options/connector.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/options/connector.hpp b/options/connector.hpp
index abe72154..06f5d68e 100644
--- a/options/connector.hpp
+++ b/options/connector.hpp
@@ -51,12 +51,8 @@ protected:
QMutexLocker l(get_mtx());
for (auto& pair : connected_values)
- {
for (auto& val : std::get<0>(pair.second))
- {
fun(pair.first, val);
- }
- }
}
public: