[mythtv-commits] Ticket #11256: After upgrading from 8b09fd3 to d5e6bc4 Slave BE is unable to connect to MB remotely

MythTV noreply at mythtv.org
Mon Nov 26 14:27:12 UTC 2012


#11256: After upgrading from 8b09fd3  to d5e6bc4 Slave BE is unable to connect to
MB remotely
----------------------------------------------+----------------------------
 Reporter:  Yianni Vidalis <yiannividalis@…>  |          Owner:  danielk
     Type:  Bug Report - General              |         Status:  accepted
 Priority:  minor                             |      Milestone:  unknown
Component:  MythTV - General                  |        Version:  Master
 Severity:  medium                            |  Head
 Keywords:                                    |     Resolution:
                                              |  Ticket locked:  0
----------------------------------------------+----------------------------

Comment (by danielk):

 Hmm, can you try adding this in mythsocket.h?
 {{{
 Q_DECLARE_METATYPE(QHostAddress)
 }}}

 And this in the MythSocket constructor?
 {{{
 qRegisterMetaType<QHostAddress>();
 }}}

 I believe QHostAddress should be registered by Qt without us having to do
 it explicitly so there is probably something else going on here, but this
 is worth a try I think.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11256#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list