[mythtv] RE: [mythtv-commits] mythtv commits

Anduin Withers awithers at anduin.com
Mon Aug 4 17:03:31 EDT 2003


> Log Message:
> bline's native lirc support patch.
> Clean up style in RingBuffer.cpp
> getenv("HOME") -> QDir::homeDirPath()

I had to include qdir.h in mythdialogs.cpp to get it to compile.

-- 
Anduin Withers

-------------- next part --------------
Index: mythdialogs.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/mythdialogs.cpp,v
retrieving revision 1.7
diff -u -r1.7 mythdialogs.cpp
--- mythdialogs.cpp	4 Aug 2003 22:09:43 -0000	1.7
+++ mythdialogs.cpp	4 Aug 2003 23:01:51 -0000
@@ -4,6 +4,7 @@
 #include <qapplication.h>
 #include <qlayout.h>
 #include <qobjectlist.h>
+#include <qdir.h>
 
 #include <iostream>
 using namespace std;


More information about the mythtv-dev mailing list