overte/interface
Howard Stearns 3f5744712f Remove optional "parent" argument.
GenericThread used to accept an optional "parent" argument, defaulting to nullptr.
This was odd, because the moveToThread() in GenericThread::initialize() would
become a no-op if the instance ever inits QObject(someNonNullParentQObject).
(The only clue would be a log message "QObject::moveToThread: Cannot move objects with a parent",
 and things would end up in the same thread that created the instance.)
As it turns out, all the subclasses of GenericThread do not init
GenericThread(parent), so things worked as expected.
2015-09-09 11:04:17 -07:00
..
external
i18n moved translation efforts into subdir 2015-08-25 01:36:19 +02:00
icon
resources Merge branch 'master' of https://github.com/highfidelity/hifi into decouple-avatar-updates 2015-09-08 16:54:14 -07:00
src Remove optional "parent" argument. 2015-09-09 11:04:17 -07:00
ui apperance => appearance 2015-08-13 14:42:37 -07:00
CMakeLists.txt Procedural skybox work 2015-09-08 14:31:16 -07:00