core: Properly parent QObject-derived attributes
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 30 May 2018 20:20:17 +0000 (22:20 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Jun 2018 19:12:17 +0000 (21:12 +0200)
commit9f2fbea7c308914d0b737ec9a936a004d4687223
tree7083579099d5c4e311efdfba263f01b86b63037d
parent450c2bdf68fb837cb64fb3190912564ecc9f651e
core: Properly parent QObject-derived attributes

In order to be able to move the Core instance to another thread,
all QObject-derived attributes must be properly parented, so they
move with their parent object.
src/core/core.cpp