examples/xml/htmlinfo/main.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    92     out << endl << endl;
    92     out << endl << endl;
    93 }
    93 }
    94 
    94 
    95 int main(int argc, char **argv)
    95 int main(int argc, char **argv)
    96 {
    96 {
    97     // intialize QtCore application
    97     // initialize QtCore application
    98     QCoreApplication app(argc, argv);
    98     QCoreApplication app(argc, argv);
    99 
    99 
   100     // get a list of all html files in the current directory
   100     // get a list of all html files in the current directory
   101     QStringList filter;
   101     QStringList filter;
   102     filter << "*.htm";
   102     filter << "*.htm";