[mythtv-commits] mythtv/master commit: f101e63ee by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Sun Jun 19 01:41:47 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-06-18T18:41:20-07:00
   Push Date:  2011/06/18 18:41:40 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  f101e63eeb10c420f0b6d49b0712a0f4e489a5e6
   Changeset:  https://github.com/MythTV/mythtv/commit/f101e63ee

Log:

Fix compilation when Qt is compiled without stl support.

Qt to stl convenience functions aren't available if Qt was not compiled
with stl support - whcih seems to be a common OS X issue. QVector is a
drop-in replacement for vector, so just use it instead.

Modified:

   mythtv/libs/libmyth/remoteutil.cpp
   mythtv/libs/libmyth/remoteutil.h
   mythtv/programs/mythfrontend/playbackboxhelper.cpp
   mythtv/programs/mythfrontend/statusbox.cpp



More information about the mythtv-commits mailing list