try to reduce number of moveToThread warnings
authorDiane Trout <diane@caltech.edu>
Wed, 13 Dec 2006 00:14:00 +0000 (00:14 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 13 Dec 2006 00:14:00 +0000 (00:14 +0000)
commitb9dfb1bff573d064acf8cc9ee41f796a1efcaee1
tree657d881e70d97fd1abca65dbd80e15a59cee1b6a
parent279e9878ff2e8764aee63aefe7313ef8b9a3719f
try to reduce number of moveToThread warnings
I went off on a fools errand of trying to get rid of the QObject::moveToThread
warnings that Qt was spitting out when trying to prepare an icon.

Qt does prefer widgets to be dynamically constructed and to have their
parent widget set, which is what I tried to do to cut down on the
useless chatter.

(Note the chatter only happens on OS X when the frameworks have been installed
into the application bundle).
14 files changed:
qui/MussaWindow.cpp
qui/MussaWindow.hpp
qui/ThresholdWidget.cpp
qui/ThresholdWidget.hpp
qui/ZoomWidget.cpp
qui/motif_editor/MotifEditor.cpp
qui/motif_editor/MotifEditor.hpp
qui/mussa_setup_dialog/MussaSetupWidget.cpp
qui/mussa_setup_dialog/MussaSetupWidget.hpp
qui/mussagl.cpp
qui/seqbrowser/ScrollableSequenceBrowser.cpp
qui/seqbrowser/ScrollableSequenceBrowser.hpp
qui/seqbrowser/SequenceBrowser.cpp
qui/seqbrowser/SequenceBrowserWidget.cpp