Ticket #1795: httpstatus.diff
File httpstatus.diff, 648 bytes (added by , 19 years ago) |
---|
-
programs/mythbackend/httpstatus.cpp
1 1 #include "httpstatus.h" 2 2 3 3 #include <iostream> 4 using namespace std;5 4 6 5 #include <qregexp.h> 7 6 #include <qstringlist.h> … … 743 742 744 743 if (!e.isNull()) 745 744 { 746 std::string temperature = e.attribute( "temperature" , "0" );745 QString temperature = e.attribute( "temperature" , "0" ); 747 746 748 747 os << " Current CPU temperature: " 749 748 << temperature